diff options
Diffstat (limited to 'src/include/port/atomics/arch-x86.h')
-rw-r--r-- | src/include/port/atomics/arch-x86.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/port/atomics/arch-x86.h b/src/include/port/atomics/arch-x86.h index 168a49c7934..3f65accae88 100644 --- a/src/include/port/atomics/arch-x86.h +++ b/src/include/port/atomics/arch-x86.h @@ -82,8 +82,6 @@ typedef struct pg_atomic_uint64 #endif /* defined(__GNUC__) && !defined(__INTEL_COMPILER) */ -#if defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) - #if !defined(PG_HAVE_SPIN_DELAY) /* * This sequence is equivalent to the PAUSE instruction ("rep" is @@ -251,5 +249,3 @@ pg_atomic_fetch_add_u64_impl(volatile pg_atomic_uint64 *ptr, int64 add_) #endif /* defined(__GNUC__) && !defined(__INTEL_COMPILER) */ #endif /* HAVE_ATOMICS */ - -#endif /* defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) */ |