mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-06 11:04:03 +02:00
block_of_code: Remove unused variables in GenRunCode()
These aren't used, so they can be removed.
This commit is contained in:
@@ -155,8 +155,6 @@ void BlockOfCode::ForceReturnFromRunCode(bool mxcsr_already_exited) {
|
||||
}
|
||||
|
||||
void BlockOfCode::GenRunCode(std::function<void(BlockOfCode&)> rcp) {
|
||||
Xbyak::Label loop, enter_mxcsr_then_loop;
|
||||
|
||||
align();
|
||||
run_code = getCurr<RunCodeFuncType>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user