method call stably implemented as a first pass, results already show some incorrect...
[IRC.git] / Robust / src / Analysis / OwnershipAnalysis / OwnershipAnalysis.java
index 37457ecba58c89ecb79a06de44258796a5517c87..a67ac4e3f7a7d9187d7543c8325e86391689e9ad 100644 (file)
@@ -196,8 +196,6 @@ public class OwnershipAnalysis {
     this.callGraph       = callGraph;
     this.allocationDepth = allocationDepth;
 
-    // temporary for debugging
-    this.allocationDepth = 1;
 
     descriptorsToVisit = new HashSet<Descriptor>();