delete silly comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1328 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-07-02 00:03:52 +00:00
parent b63ec35157
commit 6ccfc7a18b
1 changed files with 1 additions and 6 deletions

View File

@ -302,9 +302,6 @@ public abstract class DataflowSolver<T> extends DefaultFixedPointSolver {
}
}
/**
* @param G
*/
private void shortCircuitUnaryMeets(Graph<T> G, ITransferFunctionProvider functions, UnionFind uf) {
for (Iterator<? extends T> it = G.iterator(); it.hasNext();) {
T node = it.next();
@ -317,9 +314,7 @@ public abstract class DataflowSolver<T> extends DefaultFixedPointSolver {
}
}
/**
* @return Returns the problem.
*/
public IKilldallFramework getProblem() {
return problem;
}