Solution: unreachable code paths in socket_poller_t

Problem: replaced by assertions resp. removed
This commit is contained in:
sigiesec
2017-08-22 20:44:18 +02:00
parent 8ae91fdf9a
commit f685a3ffd2
2 changed files with 32 additions and 36 deletions

View File

@@ -81,7 +81,7 @@ namespace zmq
bool check_tag ();
private:
int rebuild ();
void rebuild ();
// Used to check whether the object is a socket_poller.
uint32_t tag;