commit | 7562a7291ddbb4af410becd430e3a8642af7d9b9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 26 09:25:59 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 26 09:25:59 2019 +0200 |
tree | 7b9a845be0b9b4f76c5cfd63f3e02e3f928047dc | |
parent | 455d5681b61a41bb27389c3e6c0527f01b1f14f0 [diff] |
CLEANUP: debug: remove the TRACE() macro It has not been used for many years, is unlikely to be reused and conflicts with the similarly named macro in flt_trace, causing warnings at build time when including debug.h in low-level files. Let's simply remove it.