summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-13 11:22:34 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-13 11:22:34 +0000
commitc5a284aa17166e5c2a8a163a7290468c05ae9a9a (patch)
tree35def889d2e96c2485c507cd1a9cf6b32890d0a1 /ChangeLog
parent77a12692eeb0a2204b740dfece9f3015975af3be (diff)
* io.c (rb_io_fdatasync): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45a21b6f5e..c4cc5e45d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 13 20:12:26 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * io.c (rb_io_fdatasync): remove unused variable.
+
Tue Apr 12 20:54:12 2011 Tanaka Akira <akr@fsij.org>
* include/ruby/st.h: parenthesize macro arguments.