]> err.no Git - varnish/commitdiff
unused variable.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Aug 2006 07:32:19 +0000 (07:32 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Aug 2006 07:32:19 +0000 (07:32 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@904 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_compile.c

index 547526e7df6c4eaad8a42611547622beafc5a535..73734bd54c227ade23dfc114c63b578264ccbd1b 100644 (file)
@@ -708,7 +708,6 @@ Action(struct tokenlist *tl)
        unsigned a;
        struct var *vp;
        struct token *at;
-       int i;
 
        at = tl->t;
        vcc_NextToken(tl);