Skip to content

Commit

Permalink
Removed unused and undocumented constant CAKEPHP_SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jul 30, 2013
1 parent 84b107b commit 5de5883
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Cake/Console/ShellDispatcher.php
Expand Up @@ -81,9 +81,6 @@ protected function _initConstants() {
ini_set('implicit_flush', true);
ini_set('max_execution_time', 0);
}
if (!defined('CAKEPHP_SHELL')) {
define('CAKEPHP_SHELL', true);
}
}

/**
Expand Down

0 comments on commit 5de5883

Please sign in to comment.