checkpoint
[sbp.git] / src / edu / berkeley / sbp / GSS.java
index 1a8ef11..816c086 100644 (file)
@@ -133,8 +133,7 @@ class GSS {
                             }
                 }
             }
-            if (!owner.lame)
-                newNode(parent, pending, state, fromEmptyReduction);
+            newNode(parent, pending, state, fromEmptyReduction);
             if (reduction != null) {
                 boolean redo = true;
                 while(redo) {