Remove conv_hex_word

This commit is contained in:
John Novak 2022-08-13 12:11:13 +10:00
parent c7479df9c5
commit 8194165bb5
3 changed files with 10 additions and 17 deletions

View file

@ -153,7 +153,6 @@ inline bool is_empty(const char *str) noexcept
return str[0] == '\0';
}
Bits conv_hex_word(char *word);
char *strip_word(char *&cmd);
std::string replace(const std::string &str, char old_char, char new_char) noexcept;