summary patch for Nov->Jan work
[sbp.git] / src / edu / berkeley / sbp / Forest.java
index 04e06be..b2f4a22 100644 (file)
@@ -129,7 +129,6 @@ public abstract class Forest<NodeType> implements GraphViz.ToGraphViz {
     /** An "ambiguity node"; this is immutable once it has been "looked at" */
     static class Many<NodeType> extends Forest<NodeType> {
 
-        HashSet<Node> parents = new HashSet<Node>();
         private FastSet<Forest<NodeType>> hp = new FastSet<Forest<NodeType>>();
         private boolean touched = false;