summaryrefslogtreecommitdiff
path: root/maintenance/runBatchedQuery.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/runBatchedQuery.php')
-rw-r--r--maintenance/runBatchedQuery.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/runBatchedQuery.php b/maintenance/runBatchedQuery.php
index 9a6b6383..83e0cab8 100644
--- a/maintenance/runBatchedQuery.php
+++ b/maintenance/runBatchedQuery.php
@@ -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 {