Commit 0fa6b8e7 authored by skaller's avatar skaller

Remove thread safe context init.

parent 9e622d54
......@@ -180,7 +180,6 @@ ZMQ_EXPORT int zmq_msg_set (zmq_msg_t *msg, int option, const void *optval,
/******************************************************************************/
ZMQ_EXPORT zmq_ctx_t zmq_init (int io_threads);
ZMQ_EXPORT zmq_ctx_t zmq_init_thread_safe (int io_threads);
ZMQ_EXPORT int zmq_term (zmq_ctx_t context);
/******************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment