]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ERuleset.java
(refs #7375) Replaced collectEffects by CollectEffectsVisitor
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / ERuleset.java
index 1a133b6f9dc61e7b0ee283c4e8ed77614d15939a..e84e0500c41bb045547266a9f924ea62b22d9b10 100644 (file)
@@ -152,11 +152,6 @@ public class ERuleset extends SimplifiableExpression {
         }
         in.collectVars(allVars, vars);
     }
         }
         in.collectVars(allVars, vars);
     }
-
-    @Override
-    public void collectEffects(THashSet<Type> effects) {
-        throw new InternalCompilerError(location, getClass().getSimpleName() + " does not support collectEffects.");
-    }
     
     @Override
     public Expression resolve(TranslationContext context) {
     
     @Override
     public Expression resolve(TranslationContext context) {