2003/06/09 00:07:40
[org.ibex.core.git] / src / org / xwt / js / Tokens.java
index 11508fb..e9391c1 100644 (file)
@@ -6,8 +6,6 @@ interface Tokens {
 
     // Token Constants //////////////////////////////////////////////////////////
 
-    public static final int EOL           = -1;  // end of line
-
     // arithmetic operations; also valid as bytecodes
     public static final int BITOR         = 0;   // |
     public static final int ASSIGN_BITOR  = 1;   // |=