]> err.no Git - varnish/commitdiff
Remove unused variable
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 21:46:32 +0000 (21:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 21:46:32 +0000 (21:46 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@579 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/hash_classic.c

index d7bdf1298245b3a12d2063ba4093205f4862a114..32ebe67add14203e98e5a95abc104909cf13b28b 100644 (file)
@@ -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);