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);