summaryrefslogtreecommitdiff
path: root/maintenance/mctest.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/mctest.php')
-rw-r--r--maintenance/mctest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/maintenance/mctest.php b/maintenance/mctest.php
index f8f4b965..dbf99f62 100644
--- a/maintenance/mctest.php
+++ b/maintenance/mctest.php
@@ -1,5 +1,5 @@
<?php
-/* $Id: mctest.php 16738 2006-10-02 17:04:13Z brion $ */
+/* $Id: mctest.php 19364 2007-01-17 00:54:54Z brion $ */
$optionsWithArgs = array( 'i' );
@@ -16,8 +16,6 @@ function microtime_float()
if ( isset( $args[0] ) ) {
$wgMemCachedServers = array( $args[0] );
-} else {
- $wgMemCachedServers[] = 'localhost';
}
if ( isset( $options['i'] ) ) {
$iterations = $options['i'];