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

Unified Diff: runtime/bin/thread_pool_win.h

Issue 9231020: Use platform implementation of Monitor in thread pool (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « runtime/bin/thread_pool_macos.cc ('k') | runtime/bin/thread_pool_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/thread_pool_win.h
diff --git a/runtime/bin/thread_pool_win.h b/runtime/bin/thread_pool_win.h
index 741528ee5d89953bfe4c71d5c9baaa4cea5837a5..74482cc76869fdf05432e9094824a744718031cf 100644
--- a/runtime/bin/thread_pool_win.h
+++ b/runtime/bin/thread_pool_win.h
@@ -7,18 +7,6 @@
#include "platform/globals.h"
-class TaskQueueData {
- private:
- TaskQueueData() { UNIMPLEMENTED(); }
- ~TaskQueueData() {}
-
- friend class TaskQueue;
-
- DISALLOW_ALLOCATION();
- DISALLOW_COPY_AND_ASSIGN(TaskQueueData);
-};
-
-
class ThreadPoolData {
private:
static const int kMaxThreadPoolSize = 16;
« no previous file with comments | « runtime/bin/thread_pool_macos.cc ('k') | runtime/bin/thread_pool_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698