Removed archive(), deprecated and not used
authorMax Semenik <maxsem@users.mediawiki.org>
Sat, 2 Apr 2011 08:41:48 +0000 (08:41 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sat, 2 Apr 2011 08:41:48 +0000 (08:41 +0000)
maintenance/install-utils.inc

index 85740a8..7013033 100644 (file)
@@ -35,12 +35,3 @@ function dbsource( $fname, $db = false ) {
                exit( 1 );
        }
 }
-
-/**
- * @deprecated Use DatabaseBase::patchPath(). Will probably be removed in 1.18
- */
-function archive( $name ) {
-       wfDeprecated( __METHOD__ );
-       $dbr = wfGetDB( DB_SLAVE );
-       return $dbr->patchPath( $name );
-}