summaryrefslogtreecommitdiff
path: root/src/epoll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.hpp')
-rw-r--r--src/epoll.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/epoll.hpp b/src/epoll.hpp
index aa363ee..619d4f3 100644
--- a/src/epoll.hpp
+++ b/src/epoll.hpp
@@ -44,7 +44,7 @@ namespace zmq
public:
epoll_t ();
- virtual ~epoll_t ();
+ ~epoll_t ();
// i_poller implementation.
handle_t add_fd (fd_t fd_, i_poll_events *events_);
@@ -58,7 +58,6 @@ namespace zmq
int get_load ();
void start ();
void stop ();
- void join ();
private: