Index: runtime/vm/thread_pool.cc |
diff --git a/runtime/vm/thread_pool.cc b/runtime/vm/thread_pool.cc |
index e4453d81b62f99ad95a1182038010c7ce0284f2a..8f6990b6029566fbb6b83edb4971b6fcd6b9aea4 100644 |
--- a/runtime/vm/thread_pool.cc |
+++ b/runtime/vm/thread_pool.cc |
@@ -471,9 +471,6 @@ void ThreadPool::Worker::Main(uword args) { |
// wait for the thread to exit by joining on it in Shutdown(). |
delete worker; |
} |
-#if defined(TARGET_OS_WINDOWS) |
- Thread::CleanUp(); |
-#endif |
} |
} // namespace dart |