diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/string_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index 7e32d6405..08f96533b 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -17,8 +17,6 @@ std::string ToLower(std::string str); | |||
| 17 | /// Make a string uppercase | 17 | /// Make a string uppercase |
| 18 | std::string ToUpper(std::string str); | 18 | std::string ToUpper(std::string str); |
| 19 | 19 | ||
| 20 | std::string ArrayToString(const u8* data, std::size_t size, int line_len = 20, bool spaces = true); | ||
| 21 | |||
| 22 | std::string StringFromBuffer(const std::vector<u8>& data); | 20 | std::string StringFromBuffer(const std::vector<u8>& data); |
| 23 | 21 | ||
| 24 | std::string StripSpaces(const std::string& s); | 22 | std::string StripSpaces(const std::string& s); |