removing unnecessary constructors
[org.ibex.core.git] / src / org / ibex / util / Grammar.java
index a690e62..565de4d 100644 (file)
@@ -5,7 +5,6 @@ import org.ibex.js.*;
 public abstract class Grammar extends JS {
 
     public JS action = null;
-    public Grammar() { }
 
     // means we call()ed a Grammar that hasn't been bound to a scope yet
     public Object call(Object a0, Object a1, Object a2, Object[] rest, int nargs) throws JSExn {