We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a117 commit 6d64121Copy full SHA for 6d64121
llvm/include/llvm/Support/CharSet.h
@@ -138,12 +138,6 @@ class CharSetConverter {
138
return EC;
139
}
140
141
- char convert(char SingleChar) const {
142
- SmallString<1> Result;
143
- Converter->convert(StringRef(&SingleChar, 1), Result, false);
144
- return Result[0];
145
- }
146
-
147
std::error_code flush() const { return Converter->flush(); }
148
149
std::error_code flush(SmallVectorImpl<char> &Result) const {
0 commit comments