| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 0d663b84e6206d516d851b9d7fd85b98cefa2763..05961414098186770fe538b6c0df619daedd78f4 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -730,8 +730,6 @@
|
| int pos);
|
| Expression* SuperCallReference(Scope* scope, AstNodeFactory* factory,
|
| int pos);
|
| - Expression* NewTargetExpression(Scope* scope, AstNodeFactory* factory,
|
| - int pos);
|
| Expression* DefaultConstructor(bool call_super, Scope* scope, int pos,
|
| int end_pos);
|
| Literal* ExpressionFromLiteral(Token::Value token, int pos, Scanner* scanner,
|
|
|