From: bdemsky Date: Tue, 15 Apr 2008 20:50:26 +0000 (+0000) Subject: Comment out code that is breaking compile....please check in the code this needs... X-Git-Tag: preEdgeChange~155 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9ca0f92600e8db7230af657c202451e98226399b;p=IRC.git Comment out code that is breaking compile....please check in the code this needs to compile. --- diff --git a/Robust/src/Main/Main.java b/Robust/src/Main/Main.java index 89748b90..ee8abe84 100644 --- a/Robust/src/Main/Main.java +++ b/Robust/src/Main/Main.java @@ -438,7 +438,8 @@ public class Main { int allocationDepth = 3; OwnershipAnalysis oa = new OwnershipAnalysis( state, callGraph, allocationDepth ); - oa.writeAllAliases( "identifiedAliases.txt" ); + //This was breaking the compile + // oa.writeAllAliases( "identifiedAliases.txt" ); } System.exit(0);