From dab6c3cffee030919b57e590f7e0f09cedabb3fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 11 Sep 2010 20:20:45 +0000 Subject: [PATCH] Remove wfPurgeSquidServers - has been deprecated for six years (r5032) --- includes/GlobalFunctions.php | 8 -------- 1 file changed, 8 deletions(-) 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() -- 2.20.1