r1356 - in branches/1.0: . lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Thu Apr 19 16:51:21 CEST 2007


Author: des
Date: 2007-04-19 16:51:21 +0200 (Thu, 19 Apr 2007)
New Revision: 1356

Modified:
   branches/1.0/
   branches/1.0/lib/libvcl/vcc_compile.c
Log:
 r37089 at cat (orig r1313):  phk | 2007-04-11 11:16:13 +0200
 Need to find other way to shut up flexelint.
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1312
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1313

Modified: branches/1.0/lib/libvcl/vcc_compile.c
===================================================================
--- branches/1.0/lib/libvcl/vcc_compile.c	2007-04-19 14:51:20 UTC (rev 1355)
+++ branches/1.0/lib/libvcl/vcc_compile.c	2007-04-19 14:51:21 UTC (rev 1356)
@@ -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