Fixed issue 336

This commit is contained in:
Pieter Hintjens
2012-03-19 16:15:09 -05:00
parent 06dd31c56a
commit bdefa181ed
4 changed files with 3 additions and 56 deletions

View File

@@ -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_);