removed some unnecessarry action reading methods

This commit is contained in:
honfika
2014-08-05 21:39:23 +02:00
parent 254b13a326
commit 5513956f04
7 changed files with 120 additions and 185 deletions

View File

@@ -347,16 +347,6 @@ public class ActionDefineFunction2 extends Action implements GraphSourceItemCont
stack.push(fti);
}
@Override
public List<Long> getAllRefs(int version) {
return super.getAllRefs(version);//return Action.getActionsAllRefs(code, version);
}
@Override
public List<Action> getAllIfsOrJumps() {
return super.getAllIfsOrJumps(); //return Action.getActionsAllIfsOrJumps(code);
}
@Override
public List<Long> getContainerSizes() {
List<Long> ret = new ArrayList<>();