[macruby-changes] [132] MacRuby/trunk/array.c

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 6 23:30:22 PDT 2008


Revision: 132
          http://trac.macosforge.org/projects/ruby/changeset/132
Author:   lsansonetti at apple.com
Date:     2008-04-06 23:30:21 -0700 (Sun, 06 Apr 2008)

Log Message:
-----------
removing unnecessary line

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

Modified: MacRuby/trunk/array.c
===================================================================
--- MacRuby/trunk/array.c	2008-04-05 00:53:57 UTC (rev 131)
+++ MacRuby/trunk/array.c	2008-04-07 06:30:21 UTC (rev 132)
@@ -755,7 +755,6 @@
 
     rb_ary_modify_check(ary);
     if (RARRAY_LEN(ary) == 0) return Qnil;
-    if (RARRAY_LEN(ary) == 0) return Qnil;
 #if WITH_OBJC
     top = RARRAY_AT(ary, 0);
     CFArrayRemoveValueAtIndex((CFMutableArrayRef)ary, 0);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080406/1779869f/attachment-0001.html


More information about the macruby-changes mailing list