From 0434529434484cdc8a2f0cf671b4ffbde8f9137d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 6 Mar 2010 22:42:20 +0000 Subject: [PATCH] Remove wfGetHTTP(), has been deprecated for ages and has no callers. Also stop loading XmlFunctions by default. --- includes/GlobalFunctions.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index cd2c00e758..4f16044fd6 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -9,7 +9,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { */ require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; -require_once dirname(__FILE__) . '/XmlFunctions.php'; // Hide compatibility functions from Doxygen /// @cond @@ -2808,15 +2807,6 @@ function wfCreateObject( $name, $p ){ } } -/** - * Alias for modularized function - * @deprecated Use Http::get() instead - */ -function wfGetHTTP( $url ) { - wfDeprecated(__FUNCTION__); - return Http::get( $url ); -} - /** * Alias for modularized function * @deprecated Use Http::isLocalURL() instead -- 2.20.1