checkpoint
authoradam <adam@megacz.com>
Sun, 6 Aug 2006 03:21:11 +0000 (23:21 -0400)
committeradam <adam@megacz.com>
Sun, 6 Aug 2006 03:21:11 +0000 (23:21 -0400)
darcs-hash:20060806032111-5007d-e442eee936c2a2abe09959e3976f205f96e85efd.gz

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; }