mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -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 end;
|
||||||
final int start;
|
final int start;
|
||||||
final List<TryCatchBookmark> tryCatches = new ArrayList<>();
|
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) {
|
Block(IdentifiedStatement statement, List<Statement> body, int start, int end) {
|
||||||
this.statement = statement;
|
this.statement = statement;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user