| Index: runtime/bin/eventhandler_linux.cc
|
| diff --git a/runtime/bin/eventhandler_linux.cc b/runtime/bin/eventhandler_linux.cc
|
| index 4f3276d44e8b39116e557c32071b7e39705926f6..bad82ab1ab907f518a94e76daa89c46126eb30b7 100644
|
| --- a/runtime/bin/eventhandler_linux.cc
|
| +++ b/runtime/bin/eventhandler_linux.cc
|
| @@ -370,13 +370,6 @@ void EventHandlerImplementation::StartEventHandler() {
|
| if (result != 0) {
|
| FATAL("Create start event handler thread");
|
| }
|
| -
|
| - if (Dart_IsVMFlagSet("enable_thread_pool")) {
|
| - thread_pool.Start();
|
| - for (int i = 0; i < 100; i++) {
|
| - thread_pool.InsertTask(i);
|
| - }
|
| - }
|
| }
|
|
|
|
|
|
|