r4821 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Wed May 19 10:16:49 CEST 2010


Author: phk
Date: 2010-05-19 10:16:49 +0200 (Wed, 19 May 2010)
New Revision: 4821

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_child.c
Log:
Unhack vbit_destroy() hiding.



Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c	2010-05-19 08:15:54 UTC (rev 4820)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c	2010-05-19 08:16:49 UTC (rev 4821)
@@ -615,9 +615,6 @@
 		REPORT(LOG_ERR, "vev_schedule() = %d", i);
 
 	REPORT0(LOG_ERR, "manager dies");
-
-	/* XXX: quench compiler warning about unused func */
-	vbit_destroy(NULL);
 }
 
 /*--------------------------------------------------------------------*/




More information about the varnish-commit mailing list