From fe01a3434da6ea3e3f2bf0bc0b0ad1447f12f4b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Oct 2009 01:34:46 +0000 Subject: * eval.c (rb_threadptr_errinfo): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 943b2189a1..5133181c4b 100644 --- a/eval.c +++ b/eval.c @@ -1007,12 +1007,6 @@ rb_rubylevel_errinfo(void) return get_errinfo(); } -static VALUE -rb_threadptr_errinfo(rb_thread_t *th) -{ - return get_thread_errinfo(th); -} - static VALUE errat_getter(ID id) { -- cgit v1.2.3