JIT: remove unused flag.

This commit is contained in:
magumagu 2014-11-29 12:41:36 -08:00
parent d4125231f3
commit c693cf46e9
3 changed files with 0 additions and 3 deletions

View File

@ -173,7 +173,6 @@ bool Jit64::HandleFault(uintptr_t access_address, SContext* ctx)
void Jit64::Init()
{
jo.optimizeStack = true;
EnableBlockLink();
jo.optimizeGatherPipe = true;

View File

@ -243,7 +243,6 @@ namespace JitILProfiler
void JitIL::Init()
{
jo.optimizeStack = true;
EnableBlockLink();
jo.optimizeGatherPipe = true;

View File

@ -60,7 +60,6 @@ class JitBase : public CPUCoreBase
protected:
struct JitOptions
{
bool optimizeStack;
bool enableBlocklink;
bool optimizeGatherPipe;
bool accurateSinglePrecision;