]> err.no Git - varnish/commitdiff
Remove the "purge" compat, we never shipped it in a release.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Aug 2007 09:22:49 +0000 (09:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Aug 2007 09:22:49 +0000 (09:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1824 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_action.c

index 5cad91eaaa983eca313dc584b240dec9112347cd..7418d8cb8b382a40a7b44aeb27a3d92a39c25239 100644 (file)
@@ -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 }
 };