Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index ff36fe90e0b0cd1c9a5c44f6086b7dc6ba069e33..bdfe44095a2c7d714bce86dc07978f18633d2d7f 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -781,8 +781,6 @@ class Parser : public ParserBase<ParserTraits> { |
// Magical syntax support. |
Expression* ParseV8Intrinsic(bool* ok); |
- bool CheckInOrOf(bool accept_OF, ForEachStatement::VisitMode* visit_mode); |
- |
// Get odd-ball literals. |
Literal* GetLiteralUndefined(int position); |