Revision: 3649 http://trac.macosforge.org/projects/ruby/changeset/3649 Author: lsansonetti@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 =
participants (1)
-
source_changes@macosforge.org