From: Niklas Laxström Date: Sat, 11 Sep 2010 20:20:45 +0000 (+0000) Subject: Remove wfPurgeSquidServers - has been deprecated for six years (r5032) X-Git-Tag: 1.31.0-rc.0~34996 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=dab6c3cffee030919b57e590f7e0f09cedabb3fd;p=lhc%2Fweb%2Fwiklou.git Remove wfPurgeSquidServers - has been deprecated for six years (r5032) --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 271628b3ab..fa982e0971 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1451,14 +1451,6 @@ function wfExpandUrl( $url ) { } } -/** - * This is obsolete, use SquidUpdate::purge() - * @deprecated - */ -function wfPurgeSquidServers( $urlArr ) { - SquidUpdate::purge( $urlArr ); -} - /** * Windows-compatible version of escapeshellarg() * Windows doesn't recognise single-quotes in the shell, but the escapeshellarg()