ruby-changes:13549
From: nobu <ko1@a...>
Date: Wed, 14 Oct 2009 10:34:52 +0900 (JST)
Subject: [ruby-changes:13549] Ruby:r25329 (trunk): * eval.c (rb_threadptr_errinfo): removed.
nobu 2009-10-14 10:34:46 +0900 (Wed, 14 Oct 2009) New Revision: 25329 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25329 Log: * eval.c (rb_threadptr_errinfo): removed. Modified files: trunk/eval.c Index: eval.c =================================================================== --- eval.c (revision 25328) +++ eval.c (revision 25329) @@ -1008,12 +1008,6 @@ } static VALUE -rb_threadptr_errinfo(rb_thread_t *th) -{ - return get_thread_errinfo(th); -} - -static VALUE errat_getter(ID id) { VALUE err = get_errinfo(); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/