mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Problem: epoll_t no longer requires _worker
Solution: Remove _worker
This commit is contained in:
parent
212ab4f834
commit
8a2296711d
@ -103,9 +103,6 @@ class epoll_t : public worker_poller_base_t
|
||||
typedef std::vector<poll_entry_t *> retired_t;
|
||||
retired_t _retired;
|
||||
|
||||
// Handle of the physical thread doing the I/O work.
|
||||
thread_t _worker;
|
||||
|
||||
epoll_t (const epoll_t &);
|
||||
const epoll_t &operator= (const epoll_t &);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user