r791 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 11 09:02:05 CEST 2006


Author: phk
Date: 2006-08-11 09:02:05 +0200 (Fri, 11 Aug 2006)
New Revision: 791

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



Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-11 07:01:40 UTC (rev 790)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-11 07:02:05 UTC (rev 791)
@@ -422,7 +422,6 @@
 static void *
 vca_main(void *arg)
 {
-	unsigned u;
 	struct kevent ke;
 	int i;
 	struct sess *sp;




More information about the varnish-commit mailing list