ext/socket/socket.c: removed warning about unused variable 'rai'.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2009-01-13 00:49:40 +00:00
parent 8212ca438d
commit c2cc750dd7

View File

@ -1,3 +1,7 @@
Tue Jan 13 09:49:49 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
* ext/socket/socket.c: removed warning about unused variable 'rai'.
Tue Jan 13 03:07:28 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.