clean up TypeInference API

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1906 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-10-19 14:39:06 +00:00
parent b3b7829be2
commit 64c230a803
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ public class JSSSAPropagationCallGraphBuilder extends AstSSAPropagationCallGraph
protected TypeInference makeTypeInference(IR ir, IClassHierarchy cha) {
TypeInference ti = new JSTypeInference(ir, cha);
ti.solve();
if (DEBUG_TYPE_INFERENCE) {
Trace.println("IR of " + ir.getMethod());