checkpoint
[sbp.git] / src / edu / berkeley / sbp / Input.java
index a2c9baa..eeb3cc1 100644 (file)
@@ -10,7 +10,7 @@ import edu.berkeley.sbp.util.*;
 public interface Input<Token> {
 
     /** returns the token just beyond the current location and advances beyond it */
-    public Token    next(int numstates, int resets, int waits) throws IOException;
+    public Token    next() throws IOException;
 
     /** returns the location the input stream is currently at */
     public Location getLocation();