From 63e1e745f847d42ff489f53c4cd5b9ed590000c2 Mon Sep 17 00:00:00 2001 From: korbes Date: Mon, 14 May 2018 22:08:15 -0300 Subject: [PATCH] Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX --- src/atomic_ptr.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp index ed6d7b41..5ab5f105 100644 --- a/src/atomic_ptr.hpp +++ b/src/atomic_ptr.hpp @@ -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: