1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* io.c: re-fix merge miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-05-17 04:08:09 +00:00
parent 82983e834d
commit 315a0cb926

2
io.c
View file

@ -1506,7 +1506,6 @@ rb_io_set_pos(VALUE io, VALUE offset)
static void clear_readconv(rb_io_t *fptr);
#if defined(HAVE_FSYNC)
/*
* call-seq:
* ios.rewind -> 0
@ -1545,7 +1544,6 @@ rb_io_rewind(VALUE io)
return INT2FIX(0);
}
#endif
static int
io_fillbuf(rb_io_t *fptr)