Documentation
[lhc/web/wiklou.git] / maintenance / runBatchedQuery.php
index 9a6b638..83e0cab 100644 (file)
@@ -36,7 +36,6 @@ class BatchedQueryRunner extends Maintenance {
                        $this->error( "No query specified. Specify the query as a command line parameter.", true );
 
                $query = $this->getArg();
-               $wait = $this->getOption( 'wait', 5 );
                $n = 1;
                $dbw = wfGetDB( DB_MASTER );
                do {