Remove unused field
This commit is contained in:
parent
5c352a063a
commit
60cc152caf
|
@ -33,8 +33,6 @@ public class ELambda extends AExpression {
|
||||||
final List<String> paramNameStrs;
|
final List<String> paramNameStrs;
|
||||||
final List<AStatement> statements;
|
final List<AStatement> statements;
|
||||||
|
|
||||||
Locals locals = null;
|
|
||||||
|
|
||||||
public ELambda(FunctionReserved reserved, Location location,
|
public ELambda(FunctionReserved reserved, Location location,
|
||||||
List<String> paramTypes, List<String> paramNames, List<AStatement> statements) {
|
List<String> paramTypes, List<String> paramNames, List<AStatement> statements) {
|
||||||
super(location);
|
super(location);
|
||||||
|
|
Loading…
Reference in New Issue