From: Max Semenik Date: Sat, 2 Apr 2011 08:41:48 +0000 (+0000) Subject: Removed archive(), deprecated and not used X-Git-Tag: 1.31.0-rc.0~31081 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=8733bfe60d244ed9fc4a5f58a00077ce882ad8f1;p=lhc%2Fweb%2Fwiklou.git Removed archive(), deprecated and not used --- diff --git a/maintenance/install-utils.inc b/maintenance/install-utils.inc index 85740a8a3b..70130330db 100644 --- a/maintenance/install-utils.inc +++ b/maintenance/install-utils.inc @@ -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 ); -}