소스 검색

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;
 
     /**