From 34f4d9945431ee82d4d603aa1e7b89b35594d2cf Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 14 Aug 2020 14:35:14 -0400 Subject: [PATCH] block_of_code: Remove unused variables in GenRunCode() These aren't used, so they can be removed. --- src/backend/x64/block_of_code.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/x64/block_of_code.cpp b/src/backend/x64/block_of_code.cpp index 391bd916..15c42dbd 100644 --- a/src/backend/x64/block_of_code.cpp +++ b/src/backend/x64/block_of_code.cpp @@ -155,8 +155,6 @@ void BlockOfCode::ForceReturnFromRunCode(bool mxcsr_already_exited) { } void BlockOfCode::GenRunCode(std::function rcp) { - Xbyak::Label loop, enter_mxcsr_then_loop; - align(); run_code = getCurr();