]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EGetConstraint.java
(refs #7375) Replace collectRefs by CollectRefsVisitor
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / EGetConstraint.java
index 5f9a1eb59adbe1002189f376dd19092d3b8199b5..8534f462409fc2b131e1059774fe3ee8300d0e75 100644 (file)
@@ -20,11 +20,6 @@ public class EGetConstraint extends SimplifiableExpression {
         super(loc);
         this.constraint = constraint;
     }
-
-    @Override
-    public void collectRefs(TObjectIntHashMap<Object> allRefs,
-            TIntHashSet refs) {
-    }
     
     @Override
     public void collectVars(TObjectIntHashMap<Variable> allVars,