Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index 689b610e14b5d3c0abe0b46ae398978f4ba9239f..a2e8e231e1713efe8130dffa4c619eb410b58a8f 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -450,8 +450,6 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) { |
Expression* BuildIteratorNextResult(Expression* iterator, Variable* result, |
int pos); |
- Expression* GetIterator(Expression* iterable, int pos); |
- |
// Initialize the components of a for-in / for-of statement. |
Statement* InitializeForEachStatement(ForEachStatement* stmt, |
Expression* each, Expression* subject, |