r1824 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 10 11:22:49 CEST 2007


Author: phk
Date: 2007-08-10 11:22:49 +0200 (Fri, 10 Aug 2007)
New Revision: 1824

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_action.c
Log:
Remove the "purge" compat, we never shipped it in a release.


Modified: trunk/varnish-cache/lib/libvcl/vcc_action.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_action.c	2007-08-10 07:13:02 UTC (rev 1823)
+++ trunk/varnish-cache/lib/libvcl/vcc_action.c	2007-08-10 09:22:49 UTC (rev 1824)
@@ -337,9 +337,6 @@
 	{ "purge_url",	parse_purge_url },
 	{ "purge_hash",	parse_purge_hash },
 
-	/* XXX: Compat remove in 1.2/2.0 */
-	{ "purge",	parse_purge_url },
-
 	{ NULL,		NULL }
 };
 




More information about the varnish-commit mailing list