ExternalStoreDB::getMaster: Hard deprecate now it's unused in prod
Depends-On: I99cc76f75928eff30e8bba2137c0a4af5819cd16 Change-Id: I9e59ba7ee6bb122abb996572e390e1f8b5260d6a
This commit is contained in:
parent
7792a3bc74
commit
be0d735666
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class ExternalStoreDB extends ExternalStoreMedium {
|
|||
* @return MaintainableDBConnRef
|
||||
*/
|
||||
public function getMaster( $cluster ) {
|
||||
// wfDeprecated( __METHOD__, '1.37' );
|
||||
wfDeprecated( __METHOD__, '1.37' );
|
||||
return $this->getPrimary( $cluster );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue