]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EAmbiguous.java
(refs #7375) Replaced forVariables by a visitor
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / EAmbiguous.java
index 09cbcf25bf2557e5f48d82a04ae494455684008a..73c4fa3a0b88877209185020de6e52b0c5c59dcb 100644 (file)
@@ -52,10 +52,6 @@ public class EAmbiguous extends SimplifiableExpression {
             TIntHashSet vars) {
     }
 
-    @Override
-    public void forVariables(VariableProcedure procedure) {
-    }
-
     @Override
     protected void updateType() throws MatchException {
         throw new InternalCompilerError();