changes to build script to increase java heap memory
[IRC.git] / Robust / src / Analysis / OwnershipAnalysis / LabelNode.java
index 8802d673e77a15de1632dcf9adcccc0b26945b6b..5633ee2d09ec822c16f949312b08050d49808012 100644 (file)
@@ -15,7 +15,6 @@ public class LabelNode extends OwnershipNode {
        return td;
     }
 
-    /*
     public boolean equals( Object o ) {
        if( o == null ) {
            return false;
@@ -33,7 +32,6 @@ public class LabelNode extends OwnershipNode {
     public int hashCode() {
        return td.getNum();
     }
-    */
 
     public String getTempDescriptorString() {
        return td.toString();