Skip to content

Commit 31171d0

Browse files
authored
Merge pull request #4000 from hjelmn/sync_check
config: remove erroneous define
2 parents f39ce67 + 35c9b93 commit 31171d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/opal_config_asm.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);],
207207
[AC_MSG_RESULT([no])
208208
$2])
209209
210-
AC_DEFINE_UNQUOTED([OPAL_ASM_SYNC_HAVE_64BIT],[$opal_asm_sync_have_64bit],
211-
[Whether 64-bit is supported by the __sync builtin atomics])
212-
213210
# Check for 128-bit support
214211
OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128
215212
])

0 commit comments

Comments
 (0)