mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Remove unneeded declarations
This commit is contained in:
parent
178a2a1a12
commit
71ba09632b
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
1
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue