Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index 8ff3aa7df75e01184f248ce3fc4476958989b144..669268946c2f166eb193074f1ecac43f777a7973 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -756,7 +756,6 @@ class ForInStatement final : public ForEachStatement { |
BailoutId FilterId() const { return BailoutId(local_id(4)); } |
BailoutId AssignmentId() const { return BailoutId(local_id(5)); } |
BailoutId IncrementId() const { return BailoutId(local_id(6)); } |
- BailoutId ContinueId() const { return EntryId(); } |
BailoutId StackCheckId() const { return BodyId(); } |
private: |