about summary refs log tree commit homepage
path: root/ext/posix_mq/extconf.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
commit5339d9d693c794c0f20270d5726cb360e31dff30 (patch)
tree889004c8f652e8fa830ca7eb64eebc443d3fe37a /ext/posix_mq/extconf.rb
parent79583aaa426ac2f0967cb84524b6e17d72499cd5 (diff)
downloadruby_posix_mq-5339d9d693c794c0f20270d5726cb360e31dff30.tar.gz
Cleaner code, too, no more direct RSTRUCT usage.
Diffstat (limited to 'ext/posix_mq/extconf.rb')
-rw-r--r--ext/posix_mq/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/posix_mq/extconf.rb b/ext/posix_mq/extconf.rb
index d34288b..0454c71 100644
--- a/ext/posix_mq/extconf.rb
+++ b/ext/posix_mq/extconf.rb
@@ -6,7 +6,6 @@ have_header("mqueue.h") or abort "mqueue.h header missing"
 have_func("__mq_oshandle")
 have_header("pthread.h")
 have_func("rb_str_set_len")
-have_func("rb_struct_alloc_noinit")
 have_func('rb_thread_blocking_region')
 have_library("m")
 have_library("rt")