Browse Source

removed old visit that led to trap with warnings enables

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8356 8c9fc860-2736-0410-a75d-ab315db34111
felixf 6 years ago
parent
commit
97f805a4f2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/FoxSemanticChecker.Mod

+ 0 - 1
source/FoxSemanticChecker.Mod

@@ -8825,7 +8825,6 @@ TYPE
 				Scope(x.procedureScope) 				
 			ELSE
 			END;				
-			x.Accept(SELF);
 		END Symbol;
 
 		PROCEDURE Scope(scope: SyntaxTree.Scope);