ICU-2015 remove dead code

X-SVN-Rev: 10143
This commit is contained in:
Alan Liu 2002-11-01 23:20:10 +00:00
parent 602c0dd8fc
commit 10fdb77455

View file

@ -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);
}