30 Jan
2010
30 Jan
'10
1:33 a.m.
Revision: 3374 http://trac.macosforge.org/projects/ruby/changeset/3374 Author: lsansonetti@apple.com Date: 2010-01-29 17:33:30 -0800 (Fri, 29 Jan 2010) Log Message: ----------- this function is not needed anymore Modified Paths: -------------- MacRuby/trunk/vm.cpp Modified: MacRuby/trunk/vm.cpp =================================================================== --- MacRuby/trunk/vm.cpp 2010-01-30 01:32:31 UTC (rev 3373) +++ MacRuby/trunk/vm.cpp 2010-01-30 01:33:30 UTC (rev 3374) @@ -3699,13 +3699,6 @@ return Qundef; } -static inline void -rb_vm_rethrow(void) -{ - void *exc = __cxa_allocate_exception(0); - __cxa_throw(exc, NULL, NULL); -} - extern "C" VALUE rb_vm_backtrace(int level)