Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 1ae7df5837d7becbbdf46ebd483c0add7e906bcd..279785121ddfa0873d0ccf041b56d02cf8441749 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -234,7 +234,6 @@ namespace internal { |
V(kUnexpectedStringType, "Unexpected string type") \ |
V(kUnexpectedTestTypeofLiteralFlag, \ |
"Unexpected literal flag for TestTypeof bytecode") \ |
- V(kUnexpectedRegExpExecCall, "Unexpected call to the RegExpExecStub") \ |
V(kUnexpectedValue, "Unexpected value") \ |
V(kUnsupportedDoubleImmediate, "Unsupported double immediate") \ |
V(kUnsupportedLetCompoundAssignment, "Unsupported let compound assignment") \ |