Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index a3f2c252dce8afc41960646353005a1a86f16af6..4aa5bf4b2eb0a64e3da9499d38dc24497146a3eb 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -82,7 +82,6 @@ namespace internal { |
V(kFrameIsExpectedToBeAligned, "Frame is expected to be aligned") \ |
V(kFunctionBeingDebugged, "Function is being debugged") \ |
V(kFunctionCallsEval, "Function calls eval") \ |
- V(kFunctionWithIllegalRedeclaration, "Function with illegal redeclaration") \ |
V(kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, \ |
"The function_data field should be a BytecodeArray on interpreter entry") \ |
V(kGeneratedCodeIsTooLarge, "Generated code is too large") \ |