From d7e33c2ec4fbf2dff1a244e93d6a8aa2d889ac3d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 1 Apr 2007 19:13:07 +0000 Subject: [PATCH] remove XXX comment which no longer applies git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1305 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_token.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5