Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: runtime/bin/thread_pool_win.cc

Issue 9141005: Change the thread interface in runtime/platform and use it starting all threads (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from asiva@ Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/thread_pool_win.cc
diff --git a/runtime/bin/thread_pool_win.cc b/runtime/bin/thread_pool_win.cc
deleted file mode 100644
index cf6b860e76b44c0f80afe4857fe8c0e39dc413a3..0000000000000000000000000000000000000000
--- a/runtime/bin/thread_pool_win.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-#include "bin/thread_pool.h"
-
-void ThreadPool::Start() {
- UNIMPLEMENTED();
-}
-
-
-void ThreadPool::Shutdown() {
- UNIMPLEMENTED();
-}

Powered by Google App Engine
This is Rietveld 408576698