r579 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 31 23:46:32 CEST 2006


Author: phk
Date: 2006-07-31 23:46:32 +0200 (Mon, 31 Jul 2006)
New Revision: 579

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


Modified: trunk/varnish-cache/bin/varnishd/hash_classic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-07-31 21:37:10 UTC (rev 578)
+++ trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-07-31 21:46:32 UTC (rev 579)
@@ -170,7 +170,6 @@
 hcl_deref(struct objhead *oh)
 {
 	struct hcl_entry *he;
-	int ret;
 	unsigned mtx;
 
 	CHECK_OBJ_NOTNULL(oh, OBJHEAD_MAGIC);




More information about the varnish-commit mailing list