summaryrefslogtreecommitdiff
path: root/ext/io/console/console.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 07:53:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 07:53:27 +0000
commit013016b9865f4e5efe42856116f499d624b60ead (patch)
treea8be50fcb7c31d696fba1d8c8922ea10538cfcef /ext/io/console/console.c
parentd1d2235ed90af1d49af0b95cd520dcf90d593567 (diff)
io/console: drop 2.0.0 support [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/console.c')
-rw-r--r--ext/io/console/console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c
index 04cf9e3f9c..e8089074be 100644
--- a/ext/io/console/console.c
+++ b/ext/io/console/console.c
@@ -17,9 +17,6 @@
#ifndef RARRAY_CONST_PTR
# define RARRAY_CONST_PTR(ary) RARRAY_PTR(ary)
#endif
-#ifndef HAVE_RB_FUNCALLV
-# define rb_funcallv rb_funcall2
-#endif
#if defined HAVE_TERMIOS_H
# include <termios.h>