mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +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.
|
// Routing id of the writer. Used uniquely by the reader side.
|
||||||
int _server_socket_routing_id;
|
int _server_socket_routing_id;
|
||||||
|
|
||||||
// Pipe's credential.
|
|
||||||
blob_t _credential;
|
|
||||||
|
|
||||||
// Returns true if the message is delimiter; false otherwise.
|
// Returns true if the message is delimiter; false otherwise.
|
||||||
static bool is_delimiter (const msg_t &msg_);
|
static bool is_delimiter (const msg_t &msg_);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user