mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: unused get_credential methods and associated fields
Solution: remove them
This commit is contained in:
@@ -414,11 +414,6 @@ bool zmq::router_t::xhas_out ()
|
||||
return any_of_out_pipes (check_pipe_hwm);
|
||||
}
|
||||
|
||||
const zmq::blob_t &zmq::router_t::get_credential () const
|
||||
{
|
||||
return _fq.get_credential ();
|
||||
}
|
||||
|
||||
int zmq::router_t::get_peer_state (const void *routing_id_,
|
||||
size_t routing_id_size_) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user