| Index: src/parsing/preparser.cc
|
| diff --git a/src/parsing/preparser.cc b/src/parsing/preparser.cc
|
| index 166b5a086691f0d82c2a1a4f552b663cf2688b0a..e6f9afa7f50038e5dcd1936ad3881059d9b3fda3 100644
|
| --- a/src/parsing/preparser.cc
|
| +++ b/src/parsing/preparser.cc
|
| @@ -41,19 +41,6 @@ namespace internal {
|
| #define DUMMY ) // to make indentation work
|
| #undef DUMMY
|
|
|
| -void ParserBaseTraits<PreParser>::ReportMessageAt(
|
| - Scanner::Location source_location, MessageTemplate::Template message,
|
| - const char* arg, ParseErrorType error_type) {
|
| - delegate()->log_->LogMessage(source_location.beg_pos, source_location.end_pos,
|
| - message, arg, error_type);
|
| -}
|
| -
|
| -void ParserBaseTraits<PreParser>::ReportMessageAt(
|
| - Scanner::Location source_location, MessageTemplate::Template message,
|
| - const AstRawString* arg, ParseErrorType error_type) {
|
| - UNREACHABLE();
|
| -}
|
| -
|
| PreParserIdentifier ParserBaseTraits<PreParser>::GetSymbol(
|
| Scanner* scanner) const {
|
| switch (scanner->current_token()) {
|
|
|