From: phk Date: Wed, 11 Apr 2007 09:16:13 +0000 (+0000) Subject: Need to find other way to shut up flexelint. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd01ecea5c8e79d5f9511796cf1ab103eb682f79;p=varnish Need to find other way to shut up flexelint. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1313 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_compile.c b/varnish-cache/lib/libvcl/vcc_compile.c index 66504a13..b35d4090 100644 --- a/varnish-cache/lib/libvcl/vcc_compile.c +++ b/varnish-cache/lib/libvcl/vcc_compile.c @@ -333,7 +333,6 @@ LocTable(const struct tokenlist *tl) 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"); }