Skip to content

Commit

Permalink
Remove HAVE_GCC_SYNC flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed May 8, 2018
1 parent d715dff commit 5afd748
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ext/concurrent/extconf.rb
Expand Up @@ -43,13 +43,6 @@ def compiler_is_gcc
end
end

try_run(<<CODE,$CFLAGS) && ($defs << '-DHAVE_GCC_SYNC')
int main() {
__sync_synchronize();
return 0;
}
CODE

create_makefile('concurrent/' + EXTENSION_NAME)
rescue
create_dummy_makefile
Expand Down

0 comments on commit 5afd748

Please sign in to comment.