lib/icu/Util: remove obsolete documentation

This commit is contained in:
Max Kellermann 2016-04-12 21:32:10 +02:00
parent 4f393553f4
commit dce36d3e55
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ WritableBuffer<UChar>
UCharFromUTF8(const char *src);
/**
* Wrapper for u_strToUTF8(). The returned pointer must be freed with
* delete[].
* Wrapper for u_strToUTF8().
*/
AllocatedString<char>
UCharToUTF8(ConstBuffer<UChar> src);