Skip to content

Commit 5afd748

Browse files
committed
Remove HAVE_GCC_SYNC flag
1 parent d715dff commit 5afd748

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ext/concurrent/extconf.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ def compiler_is_gcc
4343
end
4444
end
4545

46-
try_run(<<CODE,$CFLAGS) && ($defs << '-DHAVE_GCC_SYNC')
47-
int main() {
48-
__sync_synchronize();
49-
return 0;
50-
}
51-
CODE
52-
5346
create_makefile('concurrent/' + EXTENSION_NAME)
5447
rescue
5548
create_dummy_makefile

0 commit comments

Comments
 (0)