video_core: Remove unused variables

Silences several compiler warnings about unused variables.
This commit is contained in:
Lioncash 2020-07-21 00:52:27 -04:00
parent ad0b295125
commit e17fb5ee97
8 changed files with 5 additions and 33 deletions

View file

@ -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);