r1313 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Wed Apr 11 11:16:13 CEST 2007


Author: phk
Date: 2007-04-11 11:16:13 +0200 (Wed, 11 Apr 2007)
New Revision: 1313

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_compile.c
Log:
Need to find other way to shut up flexelint.


Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.c	2007-04-11 09:09:00 UTC (rev 1312)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.c	2007-04-11 09:16:13 UTC (rev 1313)
@@ -333,7 +333,6 @@
 		Fc(tl, 0, "  [%3u] = { %d, %8u, %4u, %3u, 0, \"%.*s\" },\n",
 		    t->cnt, sp->idx, t->b - sp->b, lin, pos + 1, PF(t));
 	}
-	Fc(tl, 0, "  { 0, 0, 0, 0, 0, 0 }\n");
 	Fc(tl, 0, "};\n");
 }
 




More information about the varnish-commit mailing list