[master] bca5e78 Remove a couple of unused VSL tag definitions

Martin Blix Grydeland martin at varnish-cache.org
Thu Oct 31 12:35:48 CET 2013


commit bca5e78e0877588bab1056d3ba2c306438524f54
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Oct 31 12:31:35 2013 +0100

    Remove a couple of unused VSL tag definitions
    
    Remove a couple of unused VSL tag definitions. This is safe to do now
    that we are making a major release.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index ca07ed5..8ee6b2a 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -128,8 +128,6 @@ SLTM(BackendOpen, 0, "Backend connection opened",
 	"\n"
 )
 
-SLTM(BackendXID, SLT_F_UNUSED, "The unique ID of the backend transaction", "")
-
 SLTM(BackendReuse, 0, "Backend connection put up for reuse",
 	"Logged when a backend connection is put up for reuse by a later"
 	" connection.\n\n"
@@ -393,8 +391,6 @@ SLTM(Backend_health, 0, "Backend health check",
 	"\n"
 )
 
-SLTM(VCL_Debug, SLT_F_UNUSED, "", "")
-
 SLTM(VCL_Log, 0, "Log statement from VCL",
 	"User generated log messages insert from VCL through std.log()"
 )



More information about the varnish-commit mailing list