Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 518b443e3d4e9b95d587d3d17b9f8aa964d81113..ab8ff961339f32c954cc3f0a18e9926e615e1dda 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -857,8 +857,6 @@ class Parser : public ParserBase<ParserTraits> { |
BreakableStatement* LookupBreakTarget(const AstRawString* label, bool* ok); |
IterationStatement* LookupContinueTarget(const AstRawString* label, bool* ok); |
- void RegisterTargetUse(Label* target, Target* stop); |
- |
// Factory methods. |
Scope* NewScope(Scope* parent, ScopeType type); |