string_util: Remove AsciiToHex()

Easy TODO
This commit is contained in:
Lioncash 2018-07-18 23:57:12 -04:00 committed by zhupengfei
parent 4a3c4f5f67
commit 8068f506c5
2 changed files with 0 additions and 15 deletions

View file

@ -69,9 +69,6 @@ static bool TryParse(const std::string& str, N* const output) {
return false;
}
// TODO: kill this
bool AsciiToHex(const char* _szValue, u32& result);
std::string TabsToSpaces(int tab_size, const std::string& in);
void SplitString(const std::string& str, char delim, std::vector<std::string>& output);