Remove wfPurgeSquidServers - has been deprecated for six years (r5032)
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 11 Sep 2010 20:20:45 +0000 (20:20 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 11 Sep 2010 20:20:45 +0000 (20:20 +0000)
includes/GlobalFunctions.php

index 271628b..fa982e0 100644 (file)
@@ -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()