Revision
3651
Author
lsansonetti@apple.com
Date
2010-02-27 02:33:02 -0800 (Sat, 27 Feb 2010)

Log Message

remove a duplicated constant

Modified Paths

Diff

Modified: MacRuby/branches/icu/encoding.h (3650 => 3651)


--- MacRuby/branches/icu/encoding.h	2010-02-27 10:10:46 UTC (rev 3650)
+++ MacRuby/branches/icu/encoding.h	2010-02-27 10:33:02 UTC (rev 3651)
@@ -154,7 +154,6 @@
 
 #define STRING_HAS_SUPPLEMENTARY     0x020
 #define STRING_HAS_SUPPLEMENTARY_SET 0x010
-#define STRING_ASCII_ONLY            0x008
 #define STRING_ASCII_ONLY_SET        0x010
 #define STRING_ASCII_ONLY            0x008
 #define STRING_VALID_ENCODING_SET    0x004