mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
minor: remove unused fields
This commit is contained in:
parent
246498763d
commit
79df39fca0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user