From 9ca0f92600e8db7230af657c202451e98226399b Mon Sep 17 00:00:00 2001 From: bdemsky Date: Tue, 15 Apr 2008 20:50:26 +0000 Subject: [PATCH] Comment out code that is breaking compile....please check in the code this needs to compile. --- Robust/src/Main/Main.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.34.1