Skip to content

Commit

Permalink
Remove unused static property.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 20, 2013
1 parent 1322322 commit 34f0c01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Cake/ORM/Table.php
Expand Up @@ -45,14 +45,6 @@
*/
class Table {

/**
* A list of all table instances that has been built using the factory
* method. Instances are indexed by alias
*
* @var array
*/
protected static $_instances = [];

/**
* Name of the table as it can be found in the database
*
Expand Down

0 comments on commit 34f0c01

Please sign in to comment.