Commit 8a229671 authored by Jacques Germishuys's avatar Jacques Germishuys

Problem: epoll_t no longer requires _worker

Solution: Remove _worker
parent 212ab4f8
......@@ -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 &);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment