projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c712793
)
Comment out code that is breaking compile....please check in the code this needs...
author
bdemsky
<bdemsky>
Tue, 15 Apr 2008 20:50:26 +0000
(20:50 +0000)
committer
bdemsky
<bdemsky>
Tue, 15 Apr 2008 20:50:26 +0000
(20:50 +0000)
Robust/src/Main/Main.java
patch
|
blob
|
history
diff --git
a/Robust/src/Main/Main.java
b/Robust/src/Main/Main.java
index 89748b90a596da4fd682eee3b902fc80b1c90685..ee8abe84374bbb0b53ece7b341bbf1c434cec227 100644
(file)
--- 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);