Rm old options from commandLine.inc days
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Sep 2011 03:13:31 +0000 (03:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Sep 2011 03:13:31 +0000 (03:13 +0000)
maintenance/populateCategory.php

index 4e9c44c..0b45493 100644 (file)
@@ -22,8 +22,6 @@
  * @author Simetrical
  */
 
-$optionsWithArgs = array( 'begin', 'max-slave-lag', 'throttle' );
-
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );