fix unused methods again

This commit is contained in:
Adam
2015-06-28 20:45:01 -04:00
parent b0f5f33e89
commit 91f189add1
6 changed files with 33 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ public class InvokeVirtual extends Instruction implements InvokeInstruction
ins.push(ctx);
}
for (info.sigterm.deob.Method method : getMethods())
{
ins.invoke(method);