Remove wfGetHTTP(), has been deprecated for ages and has no callers. Also stop loadin...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Mar 2010 22:42:20 +0000 (22:42 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Mar 2010 22:42:20 +0000 (22:42 +0000)
includes/GlobalFunctions.php

index cd2c00e..4f16044 100644 (file)
@@ -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