r854 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Aug 20 18:34:51 CEST 2006


Author: phk
Date: 2006-08-20 18:34:51 +0200 (Sun, 20 Aug 2006)
New Revision: 854

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Remove unused variable.


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2006-08-20 15:12:26 UTC (rev 853)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2006-08-20 16:34:51 UTC (rev 854)
@@ -548,7 +548,6 @@
 cnt_recv(struct sess *sp)
 {
 	int done;
-	char *b;
 
 	sp->t0 = time(NULL);
 	assert(sp->vcl == NULL);




More information about the varnish-commit mailing list