diff options
Diffstat (limited to 'runtime/oat/oat.cc')
-rw-r--r-- | runtime/oat/oat.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/oat/oat.cc b/runtime/oat/oat.cc index 9cec2e9869..0cb22065b0 100644 --- a/runtime/oat/oat.cc +++ b/runtime/oat/oat.cc @@ -485,8 +485,6 @@ const uint8_t* OatHeader::GetOatAddress(StubType type) const { return static_cast<const uint8_t*>(GetQuickToInterpreterBridge()); case StubType::kNterpTrampoline: return static_cast<const uint8_t*>(GetNterpTrampoline()); - default: - UNREACHABLE(); } } |