mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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<AStatement> statements;
|
||||
|
||||
Locals locals = null;
|
||||
|
||||
public ELambda(FunctionReserved reserved, Location location,
|
||||
List<String> paramTypes, List<String> paramNames, List<AStatement> statements) {
|
||||
super(location);
|
||||
|
Loading…
x
Reference in New Issue
Block a user