r77167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77166‎ | r77167 | r77168 >
Date:16:11, 23 November 2010
Author:demon
Status:ok
Tags:
Comment:
rm unused and (seemingly) broken factory function
Modified paths:
  • /trunk/phase3/includes/db/LoadBalancer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/LoadBalancer.php
@@ -67,10 +67,6 @@
6868 }
6969 }
7070
71 - static function newFromParams( $servers, $waitTimeout = 10 ) {
72 - return new LoadBalancer( $servers, $waitTimeout );
73 - }
74 -
7571 /**
7672 * Get a LoadMonitor instance
7773 */

Status & tagging log