mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Fixed issue 336
This commit is contained in:
@@ -149,14 +149,6 @@ void zmq::object_t::destroy_socket (socket_base_t *socket_)
|
||||
ctx->destroy_socket (socket_);
|
||||
}
|
||||
|
||||
void zmq::object_t::log (const char *format_, ...)
|
||||
{
|
||||
va_list args;
|
||||
va_start (args, format_);
|
||||
ctx->log (format_, args);
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
zmq::io_thread_t *zmq::object_t::choose_io_thread (uint64_t affinity_)
|
||||
{
|
||||
return ctx->choose_io_thread (affinity_);
|
||||
|
||||
Reference in New Issue
Block a user