[macruby-changes] [2892] MacRuby/trunk/class.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 23 18:53:18 PDT 2009


Revision: 2892
          http://trac.macosforge.org/projects/ruby/changeset/2892
Author:   mattaimonetti at gmail.com
Date:     2009-10-23 18:53:16 -0700 (Fri, 23 Oct 2009)
Log Message:
-----------
updated class.c to reflect the change in Set

Modified Paths:
--------------
    MacRuby/trunk/class.c

Modified: MacRuby/trunk/class.c
===================================================================
--- MacRuby/trunk/class.c	2009-10-24 01:53:14 UTC (rev 2891)
+++ MacRuby/trunk/class.c	2009-10-24 01:53:16 UTC (rev 2892)
@@ -49,11 +49,6 @@
 		RCLASS_SET_VERSION_FLAG(ocklass, RCLASS_IS_STRING_SUBCLASS);
 		return true;
 	    }
-	    if (ocsuper == (Class)rb_cSet) {
-		rb_objc_install_set_primitives(ocklass);
-		RCLASS_SET_VERSION_FLAG(ocklass, RCLASS_IS_SET_SUBCLASS);
-		return true;
-	    }
 	    ocsuper = class_getSuperclass(ocsuper);
 	}
 	while (ocsuper != NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091023/06aba582/attachment-0001.html>


More information about the macruby-changes mailing list