Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index c0f9166da24b1740491a6d835a3e3f180932d8c5..f4ab98839d32510116e06d64c6bee1dc8ee19fed 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -47,9 +47,6 @@ char IC::TransitionMarkFromState(IC::State state) { |
// these cases fall through to the unreachable code below. |
case DEBUG_STUB: |
break; |
- // Type-vector-based ICs resolve state to one of the above. |
- case DEFAULT: |
- break; |
} |
UNREACHABLE(); |
return 0; |
@@ -388,7 +385,6 @@ static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state, |
break; |
case PROTOTYPE_FAILURE: |
case DEBUG_STUB: |
- case DEFAULT: |
UNREACHABLE(); |
} |
} |
@@ -918,7 +914,6 @@ void IC::PatchCache(Handle<Name> name, Handle<Code> code) { |
break; |
case DEBUG_STUB: |
break; |
- case DEFAULT: |
case GENERIC: |
UNREACHABLE(); |
break; |