summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/uenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/uenum.h')
-rw-r--r--deps/icu-small/source/common/unicode/uenum.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/icu-small/source/common/unicode/uenum.h b/deps/icu-small/source/common/unicode/uenum.h
index 56faae8952..eb8ecdf88b 100644
--- a/deps/icu-small/source/common/unicode/uenum.h
+++ b/deps/icu-small/source/common/unicode/uenum.h
@@ -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.