| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index f67c3b9c3622e13140d5154a7535db7c7fb9b0b1..5018144d23d5c46afa2476cbc6cbbcbd531fe83f 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -629,10 +629,6 @@ class PreParserTraits {
|
| return identifier.IsArguments();
|
| }
|
|
|
| - bool IsAwait(PreParserIdentifier identifier) const {
|
| - return identifier.IsAwait();
|
| - }
|
| -
|
| bool IsEvalOrArguments(PreParserIdentifier identifier) const {
|
| return identifier.IsEvalOrArguments();
|
| }
|
|
|