Remove conv_hex_word
This commit is contained in:
parent
c7479df9c5
commit
8194165bb5
3 changed files with 10 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue