BUILD: log: silence a build warning when threads are disabled
authorWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2023 18:30:42 +0000 (19:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Nov 2023 10:21:07 +0000 (11:21 +0100)
commit8f9e94ecff7a8deb20b6c6891723edf84cb1630a
tree459f8d90773ffccabfef37918aaf536ae5b04e2e
parent54c94c60d2b625f11a2150649fb408607a7a087e
BUILD: log: silence a build warning when threads are disabled

Building without threads emits two warnings because the proxy pointer
is no longer used (only serves for the lock) since 2.9 commit 9a74a6cb1
("MAJOR: log: introduce log backends"). No backport is needed.
src/log.c