r1305 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Sun Apr 1 21:13:07 CEST 2007


Author: phk
Date: 2007-04-01 21:13:07 +0200 (Sun, 01 Apr 2007)
New Revision: 1305

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_token.c
Log:
remove XXX comment which no longer applies


Modified: trunk/varnish-cache/lib/libvcl/vcc_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token.c	2007-04-01 19:01:38 UTC (rev 1304)
+++ trunk/varnish-cache/lib/libvcl/vcc_token.c	2007-04-01 19:13:07 UTC (rev 1305)
@@ -282,7 +282,6 @@
 vcc_FreeToken(struct token *t)
 {
 
-	/* XXX: more */
 	if (t->dec != NULL)
 		free(t->dec);
 	free(t);




More information about the varnish-commit mailing list