[macruby-changes] [3374] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 29 17:33:31 PST 2010


Revision: 3374
          http://trac.macosforge.org/projects/ruby/changeset/3374
Author:   lsansonetti at 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100129/3292e096/attachment.html>


More information about the macruby-changes mailing list