From: Chad Horohoe Date: Thu, 7 Nov 2013 00:19:38 +0000 (-0800) Subject: Remove unused function X-Git-Tag: 1.31.0-rc.0~18261 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5ff5bcfde781ae47289906430bafed2afa06fa33;p=lhc%2Fweb%2Fwiklou.git Remove unused function Change-Id: I68ad2093c08adba2a92344c7db0737c10db9d150 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 23a025f987..93a2b029f0 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3430,19 +3430,6 @@ function wfBaseConvert( $input, $sourceBase, $destBase, $pad = 1, return str_pad( $result, $pad, '0', STR_PAD_LEFT ); } -/** - * Create an object with a given name and an array of construct parameters - * - * @param $name String - * @param array $p parameters - * @return object - * @deprecated since 1.18, warnings in 1.18, removal in 1.20 - */ -function wfCreateObject( $name, $p ) { - wfDeprecated( __FUNCTION__, '1.18' ); - return MWFunction::newObj( $name, $p ); -} - /** * @return bool */