ruby-changes:32804
From: akr <ko1@a...>
Date: Sat, 8 Feb 2014 15:11:54 +0900 (JST)
Subject: [ruby-changes:32804] akr:r44883 (trunk): * io.c (SMALLBUF): Unused macro removed.
akr 2014-02-08 15:11:47 +0900 (Sat, 08 Feb 2014) New Revision: 44883 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44883 Log: * io.c (SMALLBUF): Unused macro removed. Modified files: trunk/ChangeLog trunk/io.c Index: ChangeLog =================================================================== --- ChangeLog (revision 44882) +++ ChangeLog (revision 44883) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Feb 8 15:11:21 2014 Tanaka Akira <akr@f...> + + * io.c (SMALLBUF): Unused macro removed. + Fri Feb 7 23:37:49 2014 Tanaka Akira <akr@f...> * lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT on Index: io.c =================================================================== --- io.c (revision 44882) +++ io.c (revision 44883) @@ -2208,8 +2208,6 @@ rb_io_bufread(VALUE io, void *buf, size_ https://github.com/ruby/ruby/blob/trunk/io.c#L2208 return (ssize_t)io_bufread(buf, (long)size, fptr); } -#define SMALLBUF 100 - static long remain_size(rb_io_t *fptr) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/