summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2012-07-27 20:38:11 +1000
committerWayne Meissner <wmeissner@gmail.com>2012-07-27 20:38:11 +1000
commit2b478ae5d8e81235c55ffcb945fa4ae07f6ad739 (patch)
tree5fab9f915556728c6af178275347e54e639b64a4
parent356825e529ad48752ea4fb5f665fa663a3c1315c (diff)
downloadffi-2b478ae5d8e81235c55ffcb945fa4ae07f6ad739.tar.gz
No longer check for rb_thread_have_gvl_p
-rw-r--r--ext/ffi_c/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ffi_c/extconf.rb b/ext/ffi_c/extconf.rb
index 8fe60b8..5b76074 100644
--- a/ext/ffi_c/extconf.rb
+++ b/ext/ffi_c/extconf.rb
@@ -19,7 +19,6 @@ if !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby"
end
have_func('rb_thread_blocking_region')
- have_func('ruby_thread_has_gvl_p') unless RUBY_VERSION >= "1.9.3"
have_func('ruby_native_thread_p')
have_func('rb_thread_call_with_gvl')