From 1de78c5fd89e7da938b6f92200e851e119ea74b7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Mar 2018 11:24:29 +0000 Subject: io/console: drop 2.1.0 support [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/console.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ext/io/console/console.c') diff --git a/ext/io/console/console.c b/ext/io/console/console.c index e8089074be..54ff34492e 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -14,9 +14,6 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif -#ifndef RARRAY_CONST_PTR -# define RARRAY_CONST_PTR(ary) RARRAY_PTR(ary) -#endif #if defined HAVE_TERMIOS_H # include @@ -100,10 +97,6 @@ rb_f_send(int argc, VALUE *argv, VALUE recv) } #endif -#ifndef HAVE_RB_SYM2STR -# define rb_sym2str(sym) rb_id2str(SYM2ID(sym)) -#endif - typedef struct { int vmin; int vtime; -- cgit v1.2.3