mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
remove unused variable
This commit is contained in:
parent
4bef176e9b
commit
a4d4ab1df9
@ -49,7 +49,6 @@ namespace utils
|
|||||||
cpu_stats::cpu_stats()
|
cpu_stats::cpu_stats()
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
SYSTEM_INFO sysInfo;
|
|
||||||
FILETIME ftime, fsys, fuser;
|
FILETIME ftime, fsys, fuser;
|
||||||
|
|
||||||
GetSystemTimeAsFileTime(&ftime);
|
GetSystemTimeAsFileTime(&ftime);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user