| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 9ef1698f274871c9e733b52a80dc4462b1d02bbe..92929cf38c24bbbe96f6bc6c2594cdfaaef3fa51 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") \
|
|
|