Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 5218e10d157ac53a4e142b2403c19e3f321234b8..6044a896aaec04c52cfc335ae1c461c7ba9c9ee5 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -78,8 +78,6 @@ namespace internal { |
V(kExportDeclaration, "Export declaration") \ |
V(kExternalStringExpectedButNotFound, \ |
"External string expected, but not found") \ |
- V(kForInStatementOptimizationIsDisabled, \ |
- "ForInStatement optimization is disabled") \ |
V(kForInStatementWithNonLocalEachVariable, \ |
"ForInStatement with non-local each variable") \ |
V(kForOfStatement, "ForOfStatement") \ |