mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (rb_threadptr_errinfo): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e53e556bd5
commit
fe01a3434d
1 changed files with 0 additions and 6 deletions
6
eval.c
6
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue