mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Remove thread safe context init.
This commit is contained in:
parent
9e622d542a
commit
0fa6b8e793
@ -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);
|
||||
|
||||
/******************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user