From e16ca20e84705cdd59a3f4a74c2e062e2eb384d9 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 29 Oct 2008 16:35:47 +0000 Subject: * array.c (rb_ary_splice): remove redundant check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c58e2289..5060e6fb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 30 01:32:15 2008 Yusuke Endoh + + * array.c (rb_ary_splice): remove redundant check. + Thu Oct 30 01:24:55 2008 Yusuke Endoh * string.c (rb_str_cmp): fix condition which always returned true -- cgit