[macruby-changes] [684] MacRuby/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 29 19:08:24 PDT 2008


Revision: 684
          http://trac.macosforge.org/projects/ruby/changeset/684
Author:   lsansonetti at apple.com
Date:     2008-10-29 19:08:24 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
removing no longer necessary code

Modified Paths:
--------------
    MacRuby/trunk/re.c
    MacRuby/trunk/regparse.c

Modified: MacRuby/trunk/re.c
===================================================================
--- MacRuby/trunk/re.c	2008-10-30 02:05:20 UTC (rev 683)
+++ MacRuby/trunk/re.c	2008-10-30 02:08:24 UTC (rev 684)
@@ -3598,9 +3598,4 @@
     rb_define_method(rb_cMatch, "to_s", match_to_s, 0);
     rb_define_method(rb_cMatch, "inspect", match_inspect, 0);
     rb_define_method(rb_cMatch, "string", match_string, 0);
-
-#if WITH_OBJC
-    void onig_setup_node_list(void);
-    onig_setup_node_list();
-#endif
 }

Modified: MacRuby/trunk/regparse.c
===================================================================
--- MacRuby/trunk/regparse.c	2008-10-30 02:05:20 UTC (rev 683)
+++ MacRuby/trunk/regparse.c	2008-10-30 02:08:24 UTC (rev 684)
@@ -1102,12 +1102,6 @@
   /* THREAD_ATOMIC_END; */
   return 0;
 }
-# if WITH_OBJC
-void 
-onig_setup_node_list(void) 
-{
-}
-# endif
 #endif
 
 static Node*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081029/9b2ba564/attachment.html>


More information about the macruby-changes mailing list