]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ECHRRuleset.java
(refs #7375) Replaced forVariables by a visitor
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / ECHRRuleset.java
index 2f87719306901bde69636d1206a33efdea077acd..d23b2e4cee3b19710a8bf1d855c3144c153fa295 100644 (file)
@@ -37,11 +37,6 @@ public class ECHRRuleset extends Expression {
         in.collectVars(allVars, vars);
     }
     @Override
-    public void forVariables(VariableProcedure procedure) {
-        ruleset.forVariables(procedure);
-        in.forVariables(procedure);
-    }
-    @Override
     protected void updateType() throws MatchException {
         setType(in.getType());
     }