Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
| index 610b7b7e3774e01802eda05931e9e453c19fed2b..05debd871a170ba496988893880a97362b2bc502 100644 |
| --- a/runtime/vm/compiler.cc |
| +++ b/runtime/vm/compiler.cc |
| @@ -1997,7 +1997,6 @@ DEFINE_RUNTIME_ENTRY(CompileFunction, 1) { |
| bool Compiler::IsBackgroundCompilation() { |
| - UNREACHABLE(); |
| return false; |
| } |