瀏覽代碼

removed unused private property

lsmith77 12 年之前
父節點
當前提交
3605c54f9d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Symfony/Component/DependencyInjection/ContainerBuilder.php

+ 0 - 1
src/Symfony/Component/DependencyInjection/ContainerBuilder.php

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