From: phk Date: Sun, 20 Aug 2006 16:34:51 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ffea9108003850ac422320f9b01fcbefa66471;p=varnish Remove unused variable. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@854 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 6fc1a3a2..cf6d4320 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -548,7 +548,6 @@ static int cnt_recv(struct sess *sp) { int done; - char *b; sp->t0 = time(NULL); assert(sp->vcl == NULL);