diff options
Diffstat (limited to 'pollmplexer.cc')
-rw-r--r-- | pollmplexer.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pollmplexer.cc b/pollmplexer.cc index 8d33123..936c0c5 100644 --- a/pollmplexer.cc +++ b/pollmplexer.cc @@ -30,9 +30,6 @@ class PollFDMultiplexer : public FDMultiplexer public: PollFDMultiplexer(unsigned int /* maxEventsHint */) {} - ~PollFDMultiplexer() - { - } int run(struct timeval* tv, int timeout = 500) override; void getAvailableFDs(std::vector<int>& fds, int timeout) override; |