Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index 28d7689042a6022bd6eea0f5cc2cda26f5492617..763b48e97258cfac5f21a3b7b142d476a09ca1f7 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -100,7 +100,6 @@ class EventHandlerImplementation { |
void SetPort(intptr_t fd, Dart_Port dart_port, intptr_t mask); |
intptr_t GetPollEvents(struct pollfd* pollfd); |
- ThreadPool thread_pool; |
SocketData* socket_map_; |
intptr_t socket_map_size_; |
int64_t timeout_; // Time for next timeout. |