Remove garbage SPUW perf report

This commit is contained in:
Nekotekina 2021-02-23 14:19:45 +03:00
parent cd01a1eb09
commit a90ad62fc0

View file

@ -4,7 +4,6 @@
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/IdManager.h"
#include "Emu/perf_meter.hpp"
#include "Crypto/sha1.h"
#include "Utilities/StrUtil.h"
#include "Utilities/JIT.h"
@ -8895,8 +8894,6 @@ struct spu_llvm_worker
void operator()()
{
perf_meter<"SPUW"_u32> perf0;
// SPU LLVM Recompiler instance
const auto compiler = spu_recompiler_base::make_llvm_recompiler();
compiler->init();