Index: runtime/vm/isolate.cc |
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
index 44127c5e18fe59a750dab6d1d8a033c2e39e1f81..f5f24cd9698fc29cff35853871a4dcf874e85ac2 100644 |
--- a/runtime/vm/isolate.cc |
+++ b/runtime/vm/isolate.cc |
@@ -1403,11 +1403,6 @@ void Isolate::Run() { |
void Isolate::AddClosureFunction(const Function& function) const { |
- // TODO(regis): remove once debugging complete. |
- if (Compiler::IsBackgroundCompilation()) { |
- NOT_IN_PRODUCT(Profiler::DumpStackTrace(true /*native*/)); |
- UNREACHABLE(); |
- } |
ASSERT(!Compiler::IsBackgroundCompilation()); |
GrowableObjectArray& closures = |
GrowableObjectArray::Handle(object_store()->closure_functions()); |