JitRegCache: Remove unused Flush function

This was kind of a pointless function, considering the parameter wasn't
used at all, so the other Flush() function could have been just directly
used instead.
This commit is contained in:
Lioncash 2016-12-20 22:35:10 -05:00
parent 41d47dda93
commit b629eb300a
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public:
void SetEmitter(Gen::XEmitter* emitter);
void Flush(FlushMode mode = FLUSH_ALL, BitSet32 regsToFlush = BitSet32::AllTrue(32));
void Flush(PPCAnalyst::CodeOp* op) { Flush(); }
void FlushR(Gen::X64Reg reg);
void FlushR(Gen::X64Reg reg, Gen::X64Reg reg2);