From aea98ff0d591a501a0b65c6e7b5e42509cb9afc9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Jun 2017 01:53:15 +0000 Subject: removed ruby_error_print git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_error.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eval_error.c') diff --git a/eval_error.c b/eval_error.c index 75864c0f04..cd565ccf95 100644 --- a/eval_error.c +++ b/eval_error.c @@ -206,12 +206,6 @@ rb_threadptr_error_print(rb_thread_t *volatile th, volatile VALUE errinfo) rb_thread_raised_set(th, raised_flag); } -void -ruby_error_print(void) -{ - error_print(GET_THREAD()); -} - #define undef_mesg_for(v, k) rb_fstring_cstr("undefined"v" method `%1$s' for "k" `%2$s'") #define undef_mesg(v) ( \ is_mod ? \ -- cgit v1.2.3