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

* io.c (SMALLBUF): Unused macro removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-02-08 06:11:47 +00:00
parent 8ca2f8565d
commit 61f50ae03e
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sat Feb 8 15:11:21 2014 Tanaka Akira <akr@fsij.org>
* io.c (SMALLBUF): Unused macro removed.
Fri Feb 7 23:37:49 2014 Tanaka Akira <akr@fsij.org>
* lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT on

2
io.c
View file

@ -2208,8 +2208,6 @@ rb_io_bufread(VALUE io, void *buf, size_t size)
return (ssize_t)io_bufread(buf, (long)size, fptr);
}
#define SMALLBUF 100
static long
remain_size(rb_io_t *fptr)
{