mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Problem: unused field pipe_t::_credentials
Solution: remove it
This commit is contained in:
parent
2cdad3d0ce
commit
0852099f67
@ -235,9 +235,6 @@ class pipe_t : public object_t,
|
||||
// Routing id of the writer. Used uniquely by the reader side.
|
||||
int _server_socket_routing_id;
|
||||
|
||||
// Pipe's credential.
|
||||
blob_t _credential;
|
||||
|
||||
// Returns true if the message is delimiter; false otherwise.
|
||||
static bool is_delimiter (const msg_t &msg_);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user