Skip to content

Commit

Permalink
Merge pull request #3948 from magumagu/dead-bfakemem
Browse files Browse the repository at this point in the history
Delete dead variable named bFakeVMEM.
  • Loading branch information
lioncash committed Jun 26, 2016
2 parents bc35427 + 1c28a27 commit 8d2137b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/Core/PowerPC/JitInterface.cpp
Expand Up @@ -33,8 +33,6 @@
#include "Core/PowerPC/JitArm64/JitArm64_Tables.h"
#endif

static bool bFakeVMEM = false;

namespace JitInterface
{
void DoState(PointerWrap& p)
Expand All @@ -44,8 +42,6 @@ void DoState(PointerWrap& p)
}
CPUCoreBase* InitJitCore(int core)
{
bFakeVMEM = !SConfig::GetInstance().bMMU;

CPUCoreBase* ptr = nullptr;
switch (core)
{
Expand Down

0 comments on commit 8d2137b

Please sign in to comment.