Skip to content

Commit 32154b0

Browse files
committed
Cleaning up some dead code.
1 parent 3c5075a commit 32154b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libconcurrent/primitives/primitives.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern _Thread_local int64_t __executed_faa;
2323
bool _CAS128(uint64_t *A, uint64_t B0, uint64_t B1, uint64_t C0, uint64_t C1) {
2424
bool res;
2525

26-
#if defined(__OLD_GCC_X86__) || defined(__amd64__) || defined(__x86_64__)
26+
#if defined(__amd64__) || defined(__x86_64__)
2727
uint64_t dummy;
2828

2929
__asm__ volatile("lock;"

0 commit comments

Comments
 (0)