From afde2e8d051c4bdfb62a5c31ad7c9425a4e5c4dc Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 29 Jul 2012 05:28:04 +0000 Subject: [PATCH] * thread.c (Init_Thread): does not need to set klass explicitly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ thread.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc6787704b..0b9353d7e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 29 14:20:34 2012 Kazuki Tsujimoto + + * thread.c (Init_Thread): does not need to set klass + explicitly. + Sun Jul 29 06:21:04 2012 Hiroshi Shirosaki * win32/win32.c: suppress warning redeclared on mingw64. diff --git a/thread.c b/thread.c index 13c8942368..e4506c2374 100644 --- a/thread.c +++ b/thread.c @@ -5126,7 +5126,6 @@ Init_Thread(void) th->async_errinfo_queue = rb_ary_tmp_new(0); th->async_errinfo_queue_checked = 0; th->async_errinfo_mask_stack = rb_ary_tmp_new(0); - RBASIC(th->async_errinfo_mask_stack)->klass = 0; } }