From: adam Date: Sun, 6 Aug 2006 03:21:11 +0000 (-0400) Subject: checkpoint X-Git-Tag: tag_for_25-Mar~86 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=6ff6d681e214e91ca3fa5afdff60a0fb88227404 checkpoint darcs-hash:20060806032111-5007d-e442eee936c2a2abe09959e3976f205f96e85efd.gz --- diff --git a/src/edu/berkeley/sbp/Walk.java b/src/edu/berkeley/sbp/Walk.java index 5e1f534..fe09158 100644 --- a/src/edu/berkeley/sbp/Walk.java +++ b/src/edu/berkeley/sbp/Walk.java @@ -108,7 +108,7 @@ abstract class Walk { private final SequenceOrElement me; private final HashSet all; private boolean eof = false; - public boolean includesEof() { return eof; } + //public boolean includesEof() { return eof; } public Follow(Topology cs, SequenceOrElement me, HashSet all, Cache c) { super(cs, c); this.me = me; this.all = all; } public Topology bottom(SequenceOrElement e) { return cs; }