]> err.no Git - varnish/commitdiff
Remove unused variable.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 16:34:51 +0000 (16:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 16:34:51 +0000 (16:34 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@854 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_center.c

index 6fc1a3a2920cdae991efe5d2daa79dac670ac3ba..cf6d43206a424842a77b974aaeffb6947b5884fb 100644 (file)
@@ -548,7 +548,6 @@ static int
 cnt_recv(struct sess *sp)
 {
        int done;
-       char *b;
 
        sp->t0 = time(NULL);
        assert(sp->vcl == NULL);