]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/uenum.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / uenum.h
index 5b4b3b7d119b53663138378168bbaf2004af537f..0f14444a3e8237acb69d7d6ad9cd647fc24723e9 100644 (file)
@@ -190,8 +190,6 @@ U_STABLE UEnumeration* U_EXPORT2
 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count,
                                  UErrorCode* ec);
 
-/* Note:  next function is not hidden as draft, as it is used internally (it was formerly an internal function). */
-
 /**
  * Given an array of const char* strings (invariant chars only), return a UEnumeration.  String pointers from 0..count-1 must not be null.
  * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.