Braces and spaces
[lhc/web/wiklou.git] / maintenance / initEditCount.php
index 02eb623..3ca067c 100644 (file)
@@ -80,7 +80,6 @@ in $wgDBservers, usually indicating a replication environment.' );
                                                __METHOD__ );
                                        ++$migrated;
                                }
-                               $dbr->freeResult( $result );
 
                                $delta = microtime( true ) - $start;
                                $rate = ( $delta == 0.0 ) ? 0.0 : $migrated / $delta;