CLEANUP: trace: remove the QUIC-specific ifdefs
authorWilly Tarreau <w@1wt.eu>
Tue, 24 Jan 2023 15:02:27 +0000 (16:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jan 2023 14:49:43 +0000 (15:49 +0100)
commit80f36b2ac2566b214a45d4605c4c1db135106034
tree79b575009da9de24e4c2d2d363afa8e09dd236b4
parent09727ee201211df47a3158334e73a8346f599716
CLEANUP: trace: remove the QUIC-specific ifdefs

There are ifdefs at several places to only define TRC_ARGS_QCON when
QUIC is defined, but nothing prevents this code from building without.
Let's just remove those ifdefs, the single "if" they avoid is not worth
the extra maintenance burden.
include/haproxy/trace-t.h
src/trace.c