r1348 - in branches/1.0: . lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Thu Apr 19 16:51:13 CEST 2007


Author: des
Date: 2007-04-19 16:51:12 +0200 (Thu, 19 Apr 2007)
New Revision: 1348

Modified:
   branches/1.0/
   branches/1.0/lib/libvcl/vcc_token.c
Log:
 r37081 at cat (orig r1305):  phk | 2007-04-01 21:13:07 +0200
 remove XXX comment which no longer applies
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1304
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1305

Modified: branches/1.0/lib/libvcl/vcc_token.c
===================================================================
--- branches/1.0/lib/libvcl/vcc_token.c	2007-04-19 14:51:11 UTC (rev 1347)
+++ branches/1.0/lib/libvcl/vcc_token.c	2007-04-19 14:51:12 UTC (rev 1348)
@@ -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