diff options
Diffstat (limited to 'src/include/port/atomics/generic.h')
-rw-r--r-- | src/include/port/atomics/generic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/port/atomics/generic.h b/src/include/port/atomics/generic.h index bb31df36237..56a7c286af9 100644 --- a/src/include/port/atomics/generic.h +++ b/src/include/port/atomics/generic.h @@ -40,8 +40,6 @@ typedef pg_atomic_uint32 pg_atomic_flag; #endif -#if defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) - #ifndef PG_HAVE_ATOMIC_READ_U32 #define PG_HAVE_ATOMIC_READ_U32 static inline uint32 @@ -383,5 +381,3 @@ pg_atomic_sub_fetch_u64_impl(volatile pg_atomic_uint64 *ptr, int64 sub_) #endif #endif /* PG_HAVE_ATOMIC_COMPARE_EXCHANGE_U64 */ - -#endif /* defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) */ |