Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 27, 2013
1 parent 21c7d53 commit 948491e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/Cake/Console/TaskCollection.php
Expand Up @@ -16,7 +16,6 @@

use Cake\Core\App;
use Cake\Error;
use Cake\Utility\ObjectCollection;

/**
* Collection object for Tasks. Provides features
Expand All @@ -38,13 +37,6 @@ class TaskCollection {
*/
protected $_Shell;

/**
* The directory inside each shell path that contains tasks.
*
* @var string
*/
public $taskPathPrefix = 'tasks/';

/**
* Constructor
*
Expand Down

0 comments on commit 948491e

Please sign in to comment.