[macruby-changes] [3649] MacRuby/branches/icu/compiler.cpp

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 27 02:10:11 PST 2010


Revision: 3649
          http://trac.macosforge.org/projects/ruby/changeset/3649
Author:   lsansonetti at apple.com
Date:     2010-02-27 02:10:08 -0800 (Sat, 27 Feb 2010)
Log Message:
-----------
remove a bad assignment

Modified Paths:
--------------
    MacRuby/branches/icu/compiler.cpp

Modified: MacRuby/branches/icu/compiler.cpp
===================================================================
--- MacRuby/branches/icu/compiler.cpp	2010-02-27 06:47:52 UTC (rev 3648)
+++ MacRuby/branches/icu/compiler.cpp	2010-02-27 10:10:08 UTC (rev 3649)
@@ -5679,7 +5679,6 @@
 		    if (chars_len == 0) {
 			re_str = ConstantPointerNull::get(
 				PointerType::getUnqual(Int16Ty));
-			re_str = compile_const_pointer(NULL, NULL);
 		    }
 		    else {
 			GlobalVariable *re_name_gvar =
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100227/787cf604/attachment.html>


More information about the macruby-changes mailing list