BUILD: log: remove unused fmt_directive()
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 15:32:03 +0000 (17:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 15:32:03 +0000 (17:32 +0200)
commit2a651e2d0d052d275f88ecd289598d25c8fecaec
treeea036f9c3c1a17b75787c4fc2138e1a597214e8e
parent3ae1d1eab9fa19d49b2e75aa60685dd5d892dc82
BUILD: log: remove unused fmt_directive()

fmt_directive() became unused after the removal of the deprecated
tags, and it emits a warning on some compilers. Let's drop it.
src/log.c