[master] 796638a GC the WARN_RETIRED macro

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 27 10:41:09 UTC 2018


commit 796638ab1a3b83f75fcf9311c9c18959882100f6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Feb 27 09:05:30 2018 +0000

    GC the WARN_RETIRED macro

diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index 5e1c4d7..56dd7ef 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -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


More information about the varnish-commit mailing list