Index: runtime/vm/service_isolate.cc |
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc |
index 98cbeb957f7b42abdc8278494681b91bb35100f9..9a6c5b9f0c8b5dcbee6055985de7125378eccf74 100644 |
--- a/runtime/vm/service_isolate.cc |
+++ b/runtime/vm/service_isolate.cc |
@@ -372,11 +372,6 @@ class RunServiceTask : public ThreadPool::Task { |
} |
void RunMain(Isolate* I) { |
- if (Dart::IsRunningPrecompiledCode()) { |
- // TODO(24651): Remove this. |
- return; |
- } |
- |
StartIsolateScope iso_scope(I); |
Thread* T = Thread::Current(); |
ASSERT(I == T->isolate()); |