| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 8e7a07dc7a52e8e51ee2571c56d74dc7e89f6b9f..05b8e427c625b553d07b5f341f9876598eb90519 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -101,8 +101,6 @@ namespace internal {
|
| V(kIndexIsTooLarge, "Index is too large") \
|
| V(kInlinedRuntimeFunctionFastOneByteArrayJoin, \
|
| "Inlined runtime function: FastOneByteArrayJoin") \
|
| - V(kInlinedRuntimeFunctionGetFromCache, \
|
| - "Inlined runtime function: GetFromCache") \
|
| V(kInliningBailedOut, "Inlining bailed out") \
|
| V(kInputGPRIsExpectedToHaveUpper32Cleared, \
|
| "Input GPR is expected to have upper32 cleared") \
|
|
|