X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Felaboration%2Fexpressions%2FEListLiteral.java;h=478d7b31195cf7deb793a0d7e1a7e7114aa16725;hp=d2a1d3509b65ace91caf56e25e3b47a8bd5473ac;hb=a8d72a172fdc815c8a9f0f584f010f7e35286f92;hpb=2df6133d08115f25494f7f8009b6601862895f6c diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EListLiteral.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EListLiteral.java index d2a1d3509..478d7b311 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EListLiteral.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EListLiteral.java @@ -106,12 +106,6 @@ public class EListLiteral extends SimplifiableExpression { return this; } - @Override - public void collectEffects(THashSet effects) { - for(Expression component : components) - component.collectEffects(effects); - } - @Override public void setLocationDeep(long loc) { if(location == Locations.NO_LOCATION) {