r746 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 7 19:18:58 CEST 2006


Author: phk
Date: 2006-08-07 19:18:58 +0200 (Mon, 07 Aug 2006)
New Revision: 746

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Remove printf extensions used for development debugging


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-08-07 17:18:42 UTC (rev 745)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-08-07 17:18:58 UTC (rev 746)
@@ -311,10 +311,6 @@
 
 /*--------------------------------------------------------------------*/
 
-
-/* for development purposes */
-#include <printf.h>
-
 int
 main(int argc, char *argv[])
 {
@@ -326,8 +322,6 @@
 	const char *sflag = "file";
 	const char *hflag = "classic";
 
-	(void)register_printf_render_std((const unsigned char *)"HVQ");
-
 	setbuf(stdout, NULL);
 	setbuf(stderr, NULL);
 




More information about the varnish-commit mailing list