From: phk Date: Sun, 1 Apr 2007 19:13:07 +0000 (+0000) Subject: remove XXX comment which no longer applies X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e33c2ec4fbf2dff1a244e93d6a8aa2d889ac3d;p=varnish remove XXX comment which no longer applies git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1305 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_token.c b/varnish-cache/lib/libvcl/vcc_token.c index 5169d7b0..0f2df38d 100644 --- a/varnish-cache/lib/libvcl/vcc_token.c +++ b/varnish-cache/lib/libvcl/vcc_token.c @@ -282,7 +282,6 @@ void vcc_FreeToken(struct token *t) { - /* XXX: more */ if (t->dec != NULL) free(t->dec); free(t);