Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 0966334ffa4c6ee03b743515ab06a97f18823271..cc01f0199fd390d73761dc55b0c24811af93ceae 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -242,10 +242,6 @@ namespace internal { |
V(kUnexpectedTypeForRegExpDataFixedArrayExpected, \ |
"Unexpected type for RegExp data, FixedArray expected") \ |
V(kUnexpectedValue, "Unexpected value") \ |
- V(kUnsupportedConstCompoundAssignment, \ |
- "Unsupported const compound assignment") \ |
- V(kUnsupportedCountOperationWithConst, \ |
- "Unsupported count operation with const") \ |
V(kUnsupportedDoubleImmediate, "Unsupported double immediate") \ |
V(kUnsupportedLetCompoundAssignment, "Unsupported let compound assignment") \ |
V(kUnsupportedLookupSlotInDeclaration, \ |