mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 08:31:46 +02:00
Problem: unused get_credential methods and associated fields
Solution: remove them
This commit is contained in:
@@ -1453,13 +1453,6 @@ int zmq::socket_base_t::xrecv (msg_t *)
|
||||
return -1;
|
||||
}
|
||||
|
||||
static const zmq::blob_t empty_blob;
|
||||
|
||||
const zmq::blob_t &zmq::socket_base_t::get_credential () const
|
||||
{
|
||||
return empty_blob;
|
||||
}
|
||||
|
||||
void zmq::socket_base_t::xread_activated (pipe_t *)
|
||||
{
|
||||
zmq_assert (false);
|
||||
|
Reference in New Issue
Block a user