From 3ab3ec62c32a7791706ade4052e65286c9be2f99 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 30 Jul 2008 17:22:16 +0000 Subject: * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch that misleads into thinking that the variable sav may be uninitialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 809d87f0b..2d2e84698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 31 02:21:39 2008 Yusuke Endoh + + * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch + that misleads into thinking that the variable sav may be + uninitialized. + Thu Jul 31 01:25:43 2008 Nobuyoshi Nakada * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object. -- cgit