mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -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 {
|
public class MonitorExitStatement extends Statement {
|
||||||
private NodeLocation location;
|
private NodeLocation location;
|
||||||
private Expr objectRef;
|
private Expr objectRef;
|
||||||
private Integer asyncTarget;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void acceptVisitor(StatementVisitor visitor) {
|
public void acceptVisitor(StatementVisitor visitor) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user