From cee62668a424b8a9554dee23cba00f1b7825f6b7 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Sun, 28 Jun 2026 12:08:13 +0900 Subject: [PATCH] Remove duplicated rb_io_descriptor() check --- ext/cool.io/extconf.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/cool.io/extconf.rb b/ext/cool.io/extconf.rb index 6062bcb..f348741 100644 --- a/ext/cool.io/extconf.rb +++ b/ext/cool.io/extconf.rb @@ -11,7 +11,6 @@ have_func('rb_str_set_len') have_library('rt', 'clock_gettime') -have_func("rb_io_descriptor") have_library("c", "main") if have_macro("HAVE_RB_IO_T", "ruby/io.h") have_struct_member("rb_io_t", "fd", "ruby/io.h")