checkpoint
[sbp.git] / src / edu / berkeley / sbp / Walk.java
index 5e1f534..fe09158 100644 (file)
@@ -108,7 +108,7 @@ abstract class Walk<T> {
         private final SequenceOrElement me;
         private final HashSet<SequenceOrElement> all;
         private boolean eof = false;
-        public boolean includesEof() { return eof; }
+        //public boolean includesEof() { return eof; }
         public Follow(Topology<Tok> cs, SequenceOrElement me, HashSet<SequenceOrElement> all, Cache c)  {
           super(cs, c); this.me = me; this.all = all; }
         public Topology<Tok> bottom(SequenceOrElement e)                       { return cs; }