diff options
Diffstat (limited to 'maintenance/jsparse.php')
-rw-r--r-- | maintenance/jsparse.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php index ae6f1f1d..da6798e1 100644 --- a/maintenance/jsparse.php +++ b/maintenance/jsparse.php @@ -32,7 +32,6 @@ class JSParseHelper extends Maintenance { } public function execute() { - $iterations = $this->getOption( 'i', 100 ); if ( $this->hasArg() ) { $files = $this->mArgs; } else { |