ICU-4026 remove conditional which preserved old code during testing.

X-SVN-Rev: 16346
This commit is contained in:
Eric Mader 2004-09-20 22:38:00 +00:00
parent ba811ad94c
commit bb1eba97cb

View file

@ -42,18 +42,12 @@ struct IndicClassTable
CC_CONSONANT_WITH_NUKTA = 6,
CC_NUKTA = 7,
CC_DEPENDENT_VOWEL = 8,
#if 1
CC_SPLIT_VOWEL_PIECE_1 = 9,
CC_SPLIT_VOWEL_PIECE_2 = 10,
CC_SPLIT_VOWEL_PIECE_3 = 11,
CC_VIRAMA = 12,
CC_ZERO_WIDTH_MARK = 13,
CC_COUNT = 14
#else
CC_VIRAMA = 9,
CC_ZERO_WIDTH_MARK = 10,
CC_COUNT = 11
#endif
};
enum CharClassFlags