From: phk Date: Wed, 23 Aug 2006 07:32:19 +0000 (+0000) Subject: unused variable. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c1a6f6f94cc4ddf803ba0692e79b5b48d2a1ee;p=varnish unused variable. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@904 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_compile.c b/varnish-cache/lib/libvcl/vcc_compile.c index 547526e7..73734bd5 100644 --- a/varnish-cache/lib/libvcl/vcc_compile.c +++ b/varnish-cache/lib/libvcl/vcc_compile.c @@ -708,7 +708,6 @@ Action(struct tokenlist *tl) unsigned a; struct var *vp; struct token *at; - int i; at = tl->t; vcc_NextToken(tl);