]> err.no Git - varnish/commitdiff
remove XXX comment which no longer applies
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 19:13:07 +0000 (19:13 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 19:13:07 +0000 (19:13 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1305 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_token.c

index 5169d7b09c770f9209fe37c23591f66687710933..0f2df38d47bf9a5ac5f273a76bc40714ec29c63d 100644 (file)
@@ -282,7 +282,6 @@ void
 vcc_FreeToken(struct token *t)
 {
 
-       /* XXX: more */
        if (t->dec != NULL)
                free(t->dec);
        free(t);