From 38c1a6f6f94cc4ddf803ba0692e79b5b48d2a1ee Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 23 Aug 2006 07:32:19 +0000 Subject: [PATCH] unused variable. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@904 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_compile.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5