From: phk Date: Fri, 10 Aug 2007 09:22:49 +0000 (+0000) Subject: Remove the "purge" compat, we never shipped it in a release. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f570fc32013e481e22d6506bbf94f74383eb414;p=varnish 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 --- 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 } };