working on task mem pool, there is a crash bug, use -ooodebug-disable-task-mem-pool...
[IRC.git] / Robust / src / IR / Flat / FlatSESEEnterNode.java
index bb33b9885f2d50a1f7cc4600f795ce300b5ba823..79d01055c8251080109fb2b9cfa9c72d4d73db9c 100644 (file)
@@ -407,7 +407,6 @@ public class FlatSESEEnterNode extends FlatNode {
 
   
   public void setIsLeafSESE( boolean isLeaf ) {
-    //protected static final int ISLEAF_UNINIT = 1;
     if( isLeaf ) {
       isLeafSESE = ISLEAF_TRUE;
     } else {