Delete dead variable named bFakeVMEM.

(There's another bFakeVMEM in Memmap.h.)
This commit is contained in:
magumagu 2016-06-25 22:44:27 -07:00
parent 10682dbf58
commit 1c28a27ee4

View file

@ -33,8 +33,6 @@
#include "Core/PowerPC/JitArm64/JitArm64_Tables.h"
#endif
static bool bFakeVMEM = false;
namespace JitInterface
{
void DoState(PointerWrap& p)
@ -44,8 +42,6 @@ void DoState(PointerWrap& p)
}
CPUCoreBase* InitJitCore(int core)
{
bFakeVMEM = !SConfig::GetInstance().bMMU;
CPUCoreBase* ptr = nullptr;
switch (core)
{