Add unit test for bug 32888
[lhc/web/wiklou.git] / maintenance / jsparse.php
index ae6f1f1..da6798e 100644 (file)
@@ -32,7 +32,6 @@ class JSParseHelper extends Maintenance {
        }
 
        public function execute() {
-               $iterations = $this->getOption( 'i', 100 );
                if ( $this->hasArg() ) {
                        $files = $this->mArgs;
                } else {