diff options
Diffstat (limited to 'runtime/debugger.cc')
-rw-r--r-- | runtime/debugger.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index d3a3eeae49..663af814cd 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -2261,7 +2261,6 @@ JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { case kWaitingPerformingGc: case kWaitingWeakGcRootRead: case kWaitingForGcThreadFlip: - case kNativeForAbort: case kWaiting: return JDWP::TS_WAIT; // Don't add a 'default' here so the compiler can spot incompatible enum changes. |