瀏覽代碼

removed unused variable

Miha Vrhovnik 14 年之前
父節點
當前提交
25e4193294
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php

+ 0 - 1
src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php

@@ -18,7 +18,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
 class CheckCircularReferencesPass implements CompilerPassInterface
 {
     private $currentId;
-    private $currentNode;
     private $currentPath;
 
     /**