summaryrefslogtreecommitdiff
path: root/src/video_core/macro
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-23 19:54:59 -0700
committerGitHub <noreply@github.com>2020-07-23 19:54:59 -0700
commit1d7de0a8ee04713c5d8011f379524ff53cb8c483 (patch)
tree5882cfedf9f540b858b169503e1362ff5a59d3d3 /src/video_core/macro
parent5ac91a6c7a5b99906575f422c1768d8bf0e9f4ec (diff)
parente17fb5ee97dab16c73b017393b6544847e9aef67 (diff)
Merge pull request #4394 from lioncash/unused6
video_core: Remove unused variables
Diffstat (limited to 'src/video_core/macro')
-rw-r--r--src/video_core/macro/macro_jit_x64.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.cpp b/src/video_core/macro/macro_jit_x64.cpp
index 07292702f..c1b9e4ad9 100644
--- a/src/video_core/macro/macro_jit_x64.cpp
+++ b/src/video_core/macro/macro_jit_x64.cpp
@@ -419,7 +419,6 @@ void Tegra::MacroJITx64Impl::Optimizer_ScanFlags() {
void MacroJITx64Impl::Compile() {
MICROPROFILE_SCOPE(MacroJitCompile);
- bool keep_executing = true;
labels.fill(Xbyak::Label());
Common::X64::ABI_PushRegistersAndAdjustStack(*this, Common::X64::ABI_ALL_CALLEE_SAVED, 8);