summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io.c b/io.c
index eceec8bf44..63b024013e 100644
--- a/io.c
+++ b/io.c
@@ -9812,7 +9812,6 @@ rb_f_select(int argc, VALUE *argv, VALUE obj)
#ifdef IOCTL_REQ_TYPE
typedef IOCTL_REQ_TYPE ioctl_req_t;
-# define NUM2IOCTLREQ(num) NUM2ULONG(num)
#else
typedef int ioctl_req_t;
# define NUM2IOCTLREQ(num) ((int)NUM2LONG(num))