From 053599b2435844eddcc084414ab9dd1c5ad7ec23 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 26 Nov 2018 14:48:26 -0800 Subject: Avoid using the ATOMIC() macro --- common/atomic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common') diff --git a/common/atomic.h b/common/atomic.h index eaae8fb8..15c34953 100644 --- a/common/atomic.h +++ b/common/atomic.h @@ -12,8 +12,6 @@ #define almemory_order_acq_rel std::memory_order_acq_rel #define almemory_order_seq_cst std::memory_order_seq_cst -#define ATOMIC(T) std::atomic - #define ATOMIC_LOAD std::atomic_load_explicit #define ATOMIC_STORE std::atomic_store_explicit -- cgit v1.2.3