Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: src/parsing/preparser.h

Issue 2345103003: [parser] Minor cleanup after refactoring (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/parsing/parser-base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparser.h
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
index e83c2b2951d8a0ab00f9f010ea36066f14539c0b..7a6ee2a5c9debe2b853fbb0b6aa28c7081159625 100644
--- a/src/parsing/preparser.h
+++ b/src/parsing/preparser.h
@@ -1289,12 +1289,6 @@ class PreParser : public ParserBase<PreParser> {
return PreParserStatementList();
}
- V8_INLINE static PreParserStatement NewBlock(
- ZoneList<const AstRawString*>* labels, int capacity,
- bool ignore_completion_value, int pos) {
- return PreParserStatement::Default();
- }
-
V8_INLINE PreParserExpression
NewV8Intrinsic(PreParserIdentifier name, PreParserExpressionList arguments,
int pos, bool* ok) {
« no previous file with comments | « src/parsing/parser-base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698