mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-12 19:19:43 +00:00
remove unused variable
This commit is contained in:
parent
4bef176e9b
commit
a4d4ab1df9
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue