Revision
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

Diff

Modified: MacRuby/trunk/vm.cpp (3373 => 3374)


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