From dbab8a83d5c04a9545a9309d0c7a6fc9d366ea22 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 6 Nov 2013 16:18:54 -0800 Subject: [PATCH] Remove unused function Change-Id: I6a1386077282cbf8faf7b35311cd886e939c76a8 --- includes/GlobalFunctions.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f3d6cf6d5d..23a025f987 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3324,18 +3324,6 @@ function wfRelativePath( $path, $from ) { return implode( DIRECTORY_SEPARATOR, $pieces ); } -/** - * Do any deferred updates and clear the list - * - * @deprecated since 1.19 - * @see DeferredUpdates::doUpdate() - * @param $commit string - */ -function wfDoUpdates( $commit = '' ) { - wfDeprecated( __METHOD__, '1.19' ); - DeferredUpdates::doUpdates( $commit ); -} - /** * Convert an arbitrarily-long digit string from one numeric base * to another, optionally zero-padding to a minimum column width. -- 2.20.1