Skip to content

Commit

Permalink
Removing unwanted properties from the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pivetta committed Apr 29, 2012
1 parent 9ceed2a commit 3e5b7e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions library/Zend/Di/Instance/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ class Compiler
{
protected $containerClass = 'ApplicationContext';

/**
* @var Definition
*/
protected $definitions;

/**
* @var array
*/
Expand Down Expand Up @@ -68,7 +63,6 @@ public function __construct(Dumper $dumper, Di $di)
$this->instances = $dumper->getAllInjectedDefinitions();
// @todo remove following as the code generator should not know about Di
$this->aliases = $di->instanceManager()->getAliases();
$this->definitions = $di->definitions();
}

/**
Expand Down

0 comments on commit 3e5b7e6

Please sign in to comment.