Remove unused fmt::match function

This commit is contained in:
Megamouse 2025-04-30 23:31:49 +02:00
parent 486e93f418
commit 982dac9446
2 changed files with 0 additions and 41 deletions

View file

@ -201,8 +201,6 @@ namespace fmt
// Returns the string shortened to length
std::string truncate(std::string_view src, usz length);
bool match(const std::string& source, const std::string& mask);
struct buf_to_hexstring
{
buf_to_hexstring(const u8* buf, usz len, usz line_length = 16, bool with_prefix = false)