mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Purge unused typeid() invocations
This commit is contained in:
parent
28feea0447
commit
34274ec391
6 changed files with 2 additions and 11 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <typeinfo>
|
||||
#include <map>
|
||||
|
||||
#include "util/asm.hpp"
|
||||
|
@ -228,7 +227,7 @@ namespace fs
|
|||
|
||||
stat_t file_base::stat()
|
||||
{
|
||||
fmt::throw_exception("fs::file::stat() not supported for %s", typeid(*this).name());
|
||||
fmt::throw_exception("fs::file::stat() not supported.");
|
||||
}
|
||||
|
||||
void file_base::sync()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue