checkstyle fix, removing unneccessary code

This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent 9e02ee6d30
commit 79349992a1
3 changed files with 5 additions and 61 deletions
@@ -544,7 +544,6 @@ public class ScriptPack extends AS3ClassTreeItem {
}
for (int bodyIndex : bodyToPosToLine.keySet()) {
System.err.println("bi="+bodyIndex);
List<AVM2Instruction> delIns = new ArrayList<>();
MethodBody b = abc.bodies.get(bodyIndex);
@@ -829,16 +829,15 @@ public class Graph {
protected SecondPassData prepareSecondPass(List<GraphTargetItem> list) {
return null;
}
protected void processSwitches(List<GraphTargetItem> list) {
processSwitches(list, -1);
}
protected void processOther(List<GraphTargetItem> list, long lastLoopId) {
}
protected void processSwitches(List<GraphTargetItem> list) {
processSwitches(list, -1);
}
/*
while(something){