Issue #56 Removed test output left in last release

This commit is contained in:
Jindra Petk
2013-04-06 18:13:09 +02:00
parent ff56c735e1
commit 22d7ce80be
5 changed files with 0 additions and 24 deletions

View File

@@ -1290,9 +1290,6 @@ public class Graph {
GraphPart part = ret;
while (ip < code.size()) {
if (visited2[ip] || ((ip != startip) && (refs.get(ip).size() > 1))) {
if (lastIp == 497) {
System.out.println("dff");
}
part.end = lastIp;
GraphPart found = null;
for (GraphPart p : allBlocks) {