mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Various fixes
Fixes to dead code and a couple self-assignings
This commit is contained in:
parent
94c81c73c5
commit
be50130c3f
7 changed files with 10 additions and 22 deletions
|
@ -338,8 +338,6 @@ namespace fmt
|
|||
{
|
||||
throw "Invalid formatting (s32): " + std::string(fmt, len);
|
||||
}
|
||||
|
||||
return{};
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -360,8 +358,6 @@ namespace fmt
|
|||
{
|
||||
throw "Invalid formatting (s64): " + std::string(fmt, len);
|
||||
}
|
||||
|
||||
return{};
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -448,8 +444,6 @@ namespace fmt
|
|||
{
|
||||
throw "Invalid formatting (const char*): " + std::string(fmt, len);
|
||||
}
|
||||
|
||||
return{};
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue