eliminated Token.Location.getContext()
[sbp.git] / src / edu / berkeley / sbp / Token.java
index 07edde3..faa02b9 100644 (file)
@@ -23,7 +23,6 @@ public interface Token {
     /** a location within the input stream */
     public static interface Location {
         public String toString();
-        public String getContext();
     }
 
 }