minor: remove unused fields

This commit is contained in:
Alexey Andreev 2023-04-03 17:19:13 +02:00
parent 246498763d
commit 79df39fca0

View File

@ -87,10 +87,6 @@ public class Decompiler {
final int end;
final int start;
final List<TryCatchBookmark> tryCatches = new ArrayList<>();
int nodeToRestore;
Block nodeBackup;
int nodeToRestore2 = -1;
Block nodeBackup2;
Block(IdentifiedStatement statement, List<Statement> body, int start, int end) {
this.statement = statement;