From a4f79a6ece4b02720507b0ff249c2964ee859479 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Oct 2012 04:52:20 +0000 Subject: Revert the last commit because some tests (in btest) fail git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index fdf1003ae2..4b750b4dcc 100644 --- a/thread.c +++ b/thread.c @@ -1790,10 +1790,6 @@ rb_threadptr_raise(rb_thread_t *th, int argc, VALUE *argv) } rb_threadptr_async_errinfo_enque(th, exc); rb_threadptr_interrupt(th); - - /* To perform Thread.current.raise as Kernel.raise */ - RUBY_VM_CHECK_INTS(th); - return Qnil; } -- cgit v1.2.3