forked from OSchip/llvm-project
LLDB uses ConvertUTF16toUTF8, remove #ifdef
llvm-svn: 173936
This commit is contained in:
parent
024aa8539f
commit
3c5210b2b8
|
@ -137,11 +137,9 @@ ConversionResult ConvertUTF8toUTF32 (
|
|||
const UTF8** sourceStart, const UTF8* sourceEnd,
|
||||
UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
|
||||
|
||||
#ifdef CLANG_NEEDS_THESE_ONE_DAY
|
||||
ConversionResult ConvertUTF16toUTF8 (
|
||||
const UTF16** sourceStart, const UTF16* sourceEnd,
|
||||
UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags);
|
||||
#endif
|
||||
|
||||
ConversionResult ConvertUTF32toUTF8 (
|
||||
const UTF32** sourceStart, const UTF32* sourceEnd,
|
||||
|
|
Loading…
Reference in New Issue