block_of_code: Remove unused variables in GenRunCode()
These aren't used, so they can be removed.
This commit is contained in:
parent
29d1758923
commit
34f4d99454
1 changed files with 0 additions and 2 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue