mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
Solution: unreachable code paths in socket_poller_t
Problem: replaced by assertions resp. removed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user