Mailing List Archive

r904 - trunk/varnish-cache/lib/libvcl
Author: phk
Date: 2006-08-23 09:32:19 +0200 (Wed, 23 Aug 2006)
New Revision: 904

Modified:
trunk/varnish-cache/lib/libvcl/vcc_compile.c
Log:
unused variable.


Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.c 2006-08-23 07:30:42 UTC (rev 903)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.c 2006-08-23 07:32:19 UTC (rev 904)
@@ -708,7 +708,6 @@
unsigned a;
struct var *vp;
struct token *at;
- int i;

at = tl->t;
vcc_NextToken(tl);