mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Remove unused fmt::match function
This commit is contained in:
parent
486e93f418
commit
982dac9446
2 changed files with 0 additions and 41 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue