[DependencyInjection] Removed unused property

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
This commit is contained in:
Daniel Holmes 2011-10-01 00:46:18 +10:00
parent 1467bdb868
commit 84808f40b3

View File

@ -34,7 +34,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
private $aliases = array();
private $resources = array();
private $extensionConfigs = array();
private $injectors = array();
private $compiler;
/**