From 2e6076c4c182a74d87199a4a50f0eece3bb1580d Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 31 Jul 2006 21:46:32 +0000 Subject: [PATCH] Remove unused variable git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@579 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/hash_classic.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5