Commit ddb82a54 authored by Thomas Köppe's avatar Thomas Köppe

atomic_counter.hpp: clean up the clean-up

parent 26e3873f
...@@ -218,21 +218,13 @@ namespace zmq ...@@ -218,21 +218,13 @@ namespace zmq
} }
// Remove macros local to this file. // Remove macros local to this file.
#if defined ZMQ_ATOMIC_COUNTER_WINDOWS #undef ZMQ_ATOMIC_COUNTER_MUTEX
#undef ZMQ_ATOMIC_COUNTER_WINDOWS #undef ZMQ_ATOMIC_INTRINSIC
#endif #undef ZMQ_ATOMIC_COUNTER_CXX11
#if defined ZMQ_ATOMIC_COUNTER_ATOMIC_H
#undef ZMQ_ATOMIC_COUNTER_ATOMIC_H
#endif
#if defined ZMQ_ATOMIC_COUNTER_X86
#undef ZMQ_ATOMIC_COUNTER_X86 #undef ZMQ_ATOMIC_COUNTER_X86
#endif
#if defined ZMQ_ATOMIC_COUNTER_ARM
#undef ZMQ_ATOMIC_COUNTER_ARM #undef ZMQ_ATOMIC_COUNTER_ARM
#endif #undef ZMQ_ATOMIC_COUNTER_WINDOWS
#if defined ZMQ_ATOMIC_COUNTER_MUTEX #undef ZMQ_ATOMIC_COUNTER_ATOMIC_H
#undef ZMQ_ATOMIC_COUNTER_MUTEX #undef ZMQ_ATOMIC_COUNTER_TILE
#endif
#endif #endif
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