Remove unneeded declarations

This commit is contained in:
S.H 2021-03-20 21:00:29 +09:00 committed by GitHub
parent 178a2a1a12
commit 71ba09632b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-03-20 21:00:49 +09:00
Merged: https://github.com/ruby/ruby/pull/4295

Merged-By: nobu <nobu@ruby-lang.org>
3 changed files with 0 additions and 5 deletions

1
io.c
View file

@ -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 {