summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 18:28:13 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 18:28:13 +0000
commit9ecdb32144243d3bc8b8cf37cd3c44d003ef120e (patch)
treea5a0c7923f247432b2f1c8a130690ba17998971f
parent1a38b37dbea738f502705dbcc67e13ef6e030282 (diff)
* ChangeLog: remove incorret lines of r40668.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e8ad02a539..cee675455f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -360,8 +360,6 @@ Sun May 12 17:52:23 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Sun May 12 17:25:46 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * configure.in: removes AC_CHECK_FUNCS(truncate64) because it's
- unused.
* file.c (rb_file_s_truncate): use correct type. chsize takes
a long.