Purge unused typeid() invocations
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "util/yaml.hpp"
|
||||
|
||||
#include <typeinfo>
|
||||
#include <charconv>
|
||||
|
||||
LOG_CHANNEL(cfg_log, "CFG");
|
||||
|
||||
+1
-2
@@ -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()
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "Emu/RSX/RSXThread.h"
|
||||
#include "Thread.h"
|
||||
#include "Utilities/JIT.h"
|
||||
#include <typeinfo>
|
||||
#include <thread>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user