Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX

This commit is contained in:
korbes 2018-05-14 22:08:15 -03:00
parent d062edd8c1
commit 63e1e745f8

View File

@ -280,11 +280,7 @@ struct atomic_value_t
#endif
#if defined ZMQ_ATOMIC_PTR_MUTEX
#if defined ZMQ_HAVE_VXWORKS
mutable mutex_t sync;
#else
mutex_t sync;
#endif
#endif
private: