Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 272b6a4180e7ed8abcae2205a51667fef175d3e6..0219c1e9e62ae3669d677dc25286999111b0a3e0 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -14,7 +14,6 @@ namespace internal { |
\ |
V(k32BitValueInRegisterIsNotZeroExtended, \ |
"32 bit value in register is not zero-extended") \ |
- V(kAlignmentMarkerExpected, "Alignment marker expected") \ |
V(kAllocationIsNotDoubleAligned, "Allocation is not double aligned") \ |
V(kAPICallReturnedInvalidObject, "API call returned invalid object") \ |
V(kArgumentsObjectValueInATestContext, \ |