r5004 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Sun Jul 4 22:07:38 CEST 2010


Author: phk
Date: 2010-07-04 22:07:37 +0200 (Sun, 04 Jul 2010)
New Revision: 5004

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_parse.c
Log:
Comment out parse functions for SIZE type.



Modified: trunk/varnish-cache/lib/libvcl/vcc_parse.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_parse.c	2010-07-04 20:06:37 UTC (rev 5003)
+++ trunk/varnish-cache/lib/libvcl/vcc_parse.c	2010-07-04 20:07:37 UTC (rev 5004)
@@ -93,6 +93,7 @@
 	return (sc);
 }
 
+#if 0
 /*--------------------------------------------------------------------
  * Recognize and convert units of size, return bytes.
  */
@@ -121,6 +122,7 @@
 	vcc_NextToken(tl);
 	return (sc);
 }
+#endif
 
 /*--------------------------------------------------------------------
  * Recognize and convert { CNUM } to unsigned value
@@ -207,6 +209,7 @@
 	*d = v * sc;
 }
 
+#if 0
 /*--------------------------------------------------------------------*/
 
 void
@@ -220,6 +223,7 @@
 	sc = vcc_SizeUnit(tl);
 	*d = v * sc;
 }
+#endif
 
 /*--------------------------------------------------------------------*/
 




More information about the varnish-commit mailing list