summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-03-20 21:00:29 +0900
committerGitHub <noreply@github.com>2021-03-20 21:00:29 +0900
commit71ba09632ba81c91ce22ca900cf01da2d9e0d53f (patch)
treeeb2075cca73acee02ad5a13e9316107562037d70 /io.c
parent178a2a1a12bfdb6cee0fbf296ecaf1d630fdf520 (diff)
Remove unneeded declarations
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4295 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io.c b/io.c
index b4d477c038..5151114ba7 100644
--- a/io.c
+++ b/io.c
@@ -215,7 +215,6 @@ static VALUE sym_DATA;
static VALUE sym_HOLE;
#endif
-static VALUE rb_io_initialize(int argc, VALUE *argv, VALUE io);
static VALUE prep_io(int fd, int fmode, VALUE klass, const char *path);
struct argf {