mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-2015 remove dead code
X-SVN-Rev: 10143
This commit is contained in:
parent
602c0dd8fc
commit
10fdb77455
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ inline const char*
|
|||
PropertyAliases::getPropertyName(EnumValue prop,
|
||||
UPropertyNameChoice choice) const {
|
||||
NonContiguousEnumToOffset* e2n = (NonContiguousEnumToOffset*) getPointer(enumToName_offset);
|
||||
// (prop < UCHAR_BINARY_LIMIT) ? enumToName_binaryOffset :
|
||||
// enumToName_enumeratedOffset);
|
||||
return chooseNameInGroup(e2n->getOffset(prop), choice);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue