checkpoint
[sbp.git] / src / edu / berkeley / sbp / misc / MetaGrammar.java
index 13da0ca..937a9f7 100644 (file)
@@ -165,7 +165,7 @@ public class MetaGrammar extends ReflectiveWalker {
                     ret[i*2]   = oi;
                     drops[i*2] = this.drops[i];
                     if (i*2+1<ret.length) {
-                        ret[i*2+1] = new MyDrop(e);
+                        ret[i*2+1] = e;
                         drops[i*2+1] = true;
                     }
                 }