Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc |
| index c4a6a15f48a3517c6e12b51f53003b3668daaa3f..e0dd4a9b3993aace4e9f87df2164157db449a7db 100644 |
| --- a/runtime/vm/debugger.cc |
| +++ b/runtime/vm/debugger.cc |
| @@ -674,7 +674,6 @@ const Context& ActivationFrame::GetSavedCurrentContext() { |
| return ctx_; |
| } |
| } |
| - UNREACHABLE(); |
| return Context::ZoneHandle(Context::null()); |
| } |