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

Unified Diff: runtime/bin/main.cc

Issue 9875006: Remove unused thread pool from standalone VM binary. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/eventhandler_win.cc ('k') | runtime/bin/thread_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 12ec0dbab5b182960c05765357798f87afb17b06..2cc6b8bf21da5a04619f9850a1cfd78ad89430c5 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -540,9 +540,6 @@ int main(int argc, char** argv) {
Dart_SetVMFlags(vm_options.count(), vm_options.arguments());
- // Initialize event handler.
- EventHandler::Initialize();
-
// Initialize the Dart VM.
Dart_Initialize(CreateIsolateAndSetup, NULL);
@@ -617,8 +614,6 @@ int main(int argc, char** argv) {
DumpPprofSymbolInfo();
// Shutdown the isolate.
Dart_ShutdownIsolate();
- // Terminate event handler.
- EventHandler::Terminate();
// Terminate process exit-code handler.
Process::TerminateExitCodeHandler();
« no previous file with comments | « runtime/bin/eventhandler_win.cc ('k') | runtime/bin/thread_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698