mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Remove unused field
This commit is contained in:
parent
4ce1031c0c
commit
5221815904
|
@ -22,7 +22,6 @@ package org.teavm.javascript.ast;
|
|||
public class MonitorExitStatement extends Statement {
|
||||
private NodeLocation location;
|
||||
private Expr objectRef;
|
||||
private Integer asyncTarget;
|
||||
|
||||
@Override
|
||||
public void acceptVisitor(StatementVisitor visitor) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user