Remove unused function
authorChad Horohoe <chadh@wikimedia.org>
Thu, 7 Nov 2013 00:18:54 +0000 (16:18 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 7 Nov 2013 00:18:54 +0000 (16:18 -0800)
Change-Id: I6a1386077282cbf8faf7b35311cd886e939c76a8

includes/GlobalFunctions.php

index f3d6cf6..23a025f 100644 (file)
@@ -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.