1
0
Fork 0
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:
nobu 2009-10-14 01:34:46 +00:00
parent e53e556bd5
commit fe01a3434d

6
eval.c
View file

@ -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)
{