]> err.no Git - varnish/commitdiff
Need to find other way to shut up flexelint.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 11 Apr 2007 09:16:13 +0000 (09:16 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 11 Apr 2007 09:16:13 +0000 (09:16 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1313 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_compile.c

index 66504a133dedbb458ec7b6bc0222ee8c0c6d0358..b35d4090d6cd7d25e5de2f3d7a887e6418b8a253 100644 (file)
@@ -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");
 }