Commit 796638ab authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

GC the WARN_RETIRED macro

parent 4d0620d5
......@@ -46,14 +46,6 @@
#include "common/common_param.h"
#define WARN_RETIRED() \
do { \
VSL(SLT_Error, 0, \
"debug.%s is deprecated, use vmod-vtc instead.", \
__func__); \
} while (0)
struct priv_vcl {
unsigned magic;
#define PRIV_VCL_MAGIC 0x8E62FA9D
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment