فهرست منبع

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