Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 62ff59bfeee124080b7ebd6321fbc838f5caee2b..5aa1fdd2f87792b5e90979994eaf50e7217efcc6 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -1154,7 +1154,6 @@ class Parser : public ParserBase<ParserTraits> { |
BreakableStatement* LookupBreakTarget(const AstRawString* label, bool* ok); |
IterationStatement* LookupContinueTarget(const AstRawString* label, bool* ok); |
- void AddAssertIsConstruct(ZoneList<Statement*>* body, int pos); |
Statement* BuildAssertIsCoercible(Variable* var); |
// Factory methods. |