Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 09c889f9dd877dc0505c774f7f8abefda0317c41..2e02808d9621fe78f380863bd466e40854b25002 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -323,7 +323,6 @@ namespace internal { |
"Wrong address or value passed to RecordWrite") \ |
V(kShouldNotDirectlyEnterOsrFunction, \ |
"Should not directly enter OSR-compiled function") \ |
- V(kOsrCompileFailed, "OSR compilation failed") \ |
V(kYield, "Yield") |