diff --git a/lib/Doctrine/Cli.php b/lib/Doctrine/Cli.php index 20e04a3ad..503ee5033 100644 --- a/lib/Doctrine/Cli.php +++ b/lib/Doctrine/Cli.php @@ -104,7 +104,6 @@ class Doctrine_Cli protected function _run($args) { $this->scriptName = $args[0]; - $taskName = $args[1]; $arg1 = isset($args[1]) ? $args[1]:null; @@ -298,4 +297,4 @@ class Doctrine_Cli return $this->tasks; } -} \ No newline at end of file +}