diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp index 97f0b00336..8367fcca4e 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp @@ -12,8 +12,6 @@ using namespace Arm64Gen; -static int CODE_SIZE = 1024*1024*32; - void JitArm64::Init() { AllocCodeSpace(CODE_SIZE);