From: phk Date: Mon, 31 Jul 2006 21:46:32 +0000 (+0000) Subject: Remove unused variable X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6076c4c182a74d87199a4a50f0eece3bb1580d;p=varnish Remove unused variable git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@579 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/hash_classic.c b/varnish-cache/bin/varnishd/hash_classic.c index d7bdf129..32ebe67a 100644 --- a/varnish-cache/bin/varnishd/hash_classic.c +++ b/varnish-cache/bin/varnishd/hash_classic.c @@ -170,7 +170,6 @@ static int hcl_deref(struct objhead *oh) { struct hcl_entry *he; - int ret; unsigned mtx; CHECK_OBJ_NOTNULL(oh, OBJHEAD_MAGIC);