diff options
Diffstat (limited to 'deps/v8/src/parsing/parser.h')
-rw-r--r-- | deps/v8/src/parsing/parser.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/src/parsing/parser.h b/deps/v8/src/parsing/parser.h index 5699148c3b..c5cc0c8030 100644 --- a/deps/v8/src/parsing/parser.h +++ b/deps/v8/src/parsing/parser.h @@ -709,13 +709,6 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) { return arg; } - const AstRawString* PreParserIdentifierToAstRawString( - const PreParserIdentifier& arg) { - // This method definition is only needed due to an MSVC oddity that - // instantiates the method despite it being unused. See crbug.com/v8/12266 . - UNREACHABLE(); - } - IterationStatement* AsIterationStatement(BreakableStatement* s) { return s->AsIterationStatement(); } |