Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index c44ad8594b81d9618c1bf38b1850253937d97b20..e47a93c8bd3d1c9aed75771553c137af4514d2a5 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -267,8 +267,7 @@ namespace internal { |
V(kWrongArgumentCountForInvokeIntrinsic, \ |
"Wrong number of arguments for intrinsic") \ |
V(kShouldNotDirectlyEnterOsrFunction, \ |
- "Should not directly enter OSR-compiled function") \ |
- V(kYield, "Yield") |
+ "Should not directly enter OSR-compiled function") |
#define ERROR_MESSAGES_CONSTANTS(C, T) C, |
enum BailoutReason { |