Bug fix that param2id tables need to initialized for every method before starting...
[IRC.git] / Robust / src / Analysis / OwnershipAnalysis / ReachabilitySet.java
index 08b2b7a81db5d54ca334d6ccb9187c02aa3dd26e..3adead1006dd00b35700c65b80879acea84c2348 100644 (file)
@@ -12,8 +12,6 @@ public class ReachabilitySet extends Canonical {
 
     public ReachabilitySet() {
        possibleReachabilities = new HashSet<TokenTupleSet>();
-       //TokenTupleSet ttsEmpty = new TokenTupleSet().makeCanonical();
-       //possibleReachabilities.add( ttsEmpty );       
     }
 
     public ReachabilitySet( TokenTupleSet tts ) {