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%2FERealLiteral.java;h=5312c7543fa4fb23024342c55d4dba6912e93331;hp=5f274dadde72c9cee3dc0f0aad471efe39ad5808;hb=a8d72a172fdc815c8a9f0f584f010f7e35286f92;hpb=2df6133d08115f25494f7f8009b6601862895f6c diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ERealLiteral.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ERealLiteral.java index 5f274dadd..5312c7543 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ERealLiteral.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/ERealLiteral.java @@ -101,10 +101,6 @@ public class ERealLiteral extends SimplifiableExpression { copy.setType(getType().replace(context.tvarMap)); return copy; } - - @Override - public void collectEffects(THashSet effects) { - } @Override public void setLocationDeep(long loc) {