wip removal of unused methods based on execution from init.

This commit is contained in:
Adam
2015-06-27 23:47:43 -04:00
parent dfcc41b41c
commit d9f4d257a5
13 changed files with 161 additions and 107 deletions

View File

@@ -22,7 +22,7 @@ public class UnusedParameters
int collide = 0;
int overrides = 0;
group.buildCallGraph(); // method.removeParameter uses the callgraph
//group.buildCallGraph(); // method.removeParameter uses the callgraph
for (ClassFile cf : group.getClasses())
{