mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
atomic_counter.hpp: clean up the clean-up
This commit is contained in:
@@ -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_WINDOWS
|
|
||||||
#endif
|
|
||||||
#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
|
|
||||||
#endif
|
|
||||||
#if defined ZMQ_ATOMIC_COUNTER_ARM
|
|
||||||
#undef ZMQ_ATOMIC_COUNTER_ARM
|
|
||||||
#endif
|
|
||||||
#if defined ZMQ_ATOMIC_COUNTER_MUTEX
|
|
||||||
#undef ZMQ_ATOMIC_COUNTER_MUTEX
|
#undef ZMQ_ATOMIC_COUNTER_MUTEX
|
||||||
#endif
|
#undef ZMQ_ATOMIC_INTRINSIC
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_CXX11
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_X86
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_ARM
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_WINDOWS
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_ATOMIC_H
|
||||||
|
#undef ZMQ_ATOMIC_COUNTER_TILE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user