video_core: Remove unused variables
Silences several compiler warnings about unused variables.
This commit is contained in:
parent
ad0b295125
commit
e17fb5ee97
8 changed files with 5 additions and 33 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue