X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Floadbalancer%2FILoadBalancer.php;h=e246b79f805de3df235be94b3b79a5aa18c61015;hb=495e8ddf7e6940777f3318a1a2e37d85bfdbdbf1;hp=86c43350a0944a10328dff41aff34cb27899a309;hpb=64a6afaf6964b3f9e61d595d5586fe7428a57e73;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php index 86c43350a0..e246b79f80 100644 --- a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php +++ b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php @@ -309,25 +309,6 @@ interface ILoadBalancer { */ public function getServerType( $i ); - /** - * Return the server info structure for a given index, or false if the index is invalid. - * @param int $i - * @return array|bool - * - * @deprecated Since 1.30, no alternative - */ - public function getServerInfo( $i ); - - /** - * Sets the server info structure for the given index. Entry at index $i - * is created if it doesn't exist - * @param int $i - * @param array $serverInfo - * - * @deprecated Since 1.30, construct new object - */ - public function setServerInfo( $i, array $serverInfo ); - /** * Get the current master position for chronology control purposes * @return DBMasterPos|bool Returns false if not applicable