mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vm.cpp: remove unused variable
This commit is contained in:
parent
44e875618f
commit
13bb9a2041
|
|
@ -98,7 +98,6 @@ namespace vm
|
||||||
|
|
||||||
void reservation_update(u32 addr)
|
void reservation_update(u32 addr)
|
||||||
{
|
{
|
||||||
u64 old = -1;
|
|
||||||
const auto cpu = get_current_cpu_thread();
|
const auto cpu = get_current_cpu_thread();
|
||||||
|
|
||||||
const bool had_wait = cpu && cpu->state & cpu_flag::wait;
|
const bool had_wait = cpu && cpu->state & cpu_flag::wait;
|
||||||
|
|
@ -126,8 +125,6 @@ namespace vm
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
old = rtime;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue