]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/accessor/FieldAccessor.java
(refs #7375) Replace collectRefs by CollectRefsVisitor
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / accessor / FieldAccessor.java
index aaf80610aaa9bd369dd36353adb48cac461e0ce6..21c892ce4697ce2d6e94947b9e83bbd16462e701 100644 (file)
@@ -18,10 +18,6 @@ public abstract class FieldAccessor extends Symbol {
         this.accessSeparator = accessSeparator;
     }
 
-    public void collectRefs(TObjectIntHashMap<Object> allRefs,
-            TIntHashSet refs) {
-    }
-
     public void collectVars(TObjectIntHashMap<Variable> allVars,
             TIntHashSet vars) {
     }