diff --git a/cake/console/cake.php b/cake/console/cake.php index 2210beecf..cfd118302 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -118,14 +118,6 @@ class ShellDispatcher { * @param array $args the argv. */ function ShellDispatcher($args = array()) { - $this->__construct($args); - } -/** - * Constructor - * - * @param array $args the argv. - */ - function __construct($args = array()) { set_time_limit(0); $this->__initConstants(); $this->parseParams($args);