From 3f570fc32013e481e22d6506bbf94f74383eb414 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 10 Aug 2007 09:22:49 +0000 Subject: [PATCH] Remove the "purge" compat, we never shipped it in a release. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1824 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_action.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/varnish-cache/lib/libvcl/vcc_action.c b/varnish-cache/lib/libvcl/vcc_action.c index 5cad91ea..7418d8cb 100644 --- a/varnish-cache/lib/libvcl/vcc_action.c +++ b/varnish-cache/lib/libvcl/vcc_action.c @@ -337,9 +337,6 @@ static struct action_table { { "purge_url", parse_purge_url }, { "purge_hash", parse_purge_hash }, - /* XXX: Compat remove in 1.2/2.0 */ - { "purge", parse_purge_url }, - { NULL, NULL } }; -- 2.39.5