Skip to content

Commit

Permalink
Removing dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 14, 2010
1 parent 07bda82 commit 01a7fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/console/console_option_parser.php
Expand Up @@ -105,7 +105,6 @@ public function addOption($name, $params = array()) {
$defaults = array(
'name' => $name,
'shortcut' => null,
'required' => false,
'description' => '',
'default' => true
);
Expand Down

0 comments on commit 01a7fc7

Please sign in to comment.