Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 5e4650259cab03bf50773df287721fc92a7bb102..30ea4e4c1f07654a89eb666ce1bb338b61936b48 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1197,9 +1197,6 @@ template <class C> inline bool Is(Object* obj); |
V(kSmiSubtractionOverflow, "Smi subtraction overflow") \ |
V(kStackAccessBelowStackPointer, "Stack access below stack pointer") \ |
V(kStackFrameTypesMustMatch, "Stack frame types must match") \ |
- V(kSwitchStatementMixedOrNonLiteralSwitchLabels, \ |
- "SwitchStatement: mixed or non-literal switch labels") \ |
- V(kSwitchStatementTooManyClauses, "SwitchStatement: too many clauses") \ |
V(kTheCurrentStackPointerIsBelowCsp, \ |
"The current stack pointer is below csp") \ |
V(kTheInstructionShouldBeALui, "The instruction should be a lui") \ |