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