ICU-7023 Cleaning up code and fixing an error on AIX

X-SVN-Rev: 28991
This commit is contained in:
Umesh Nair 2010-11-02 22:29:28 +00:00
parent adf994a3fd
commit 67bebde8b5

View file

@ -33,15 +33,6 @@ union UHashTok;
U_NAMESPACE_BEGIN
U_CDECL_BEGIN
/**
* @internal ICU 4.2
*/
UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) ;
U_CDECL_END
class Hashtable;
@ -230,7 +221,6 @@ private:
PluralRules* fPluralRules;
EStyle fStyle;
friend UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
void create(const Locale& locale, EStyle style, UErrorCode& status);
// it might actually be simpler to make them Decimal Formats later.