Purge unused typeid() invocations

This commit is contained in:
Nekotekina 2021-01-27 22:46:30 +03:00
parent 28feea0447
commit 34274ec391
6 changed files with 2 additions and 11 deletions

View file

@ -8,7 +8,6 @@
#include "Emu/RSX/RSXThread.h"
#include "Thread.h"
#include "Utilities/JIT.h"
#include <typeinfo>
#include <thread>
#include <sstream>