remove unused variable

This commit is contained in:
Megamouse 2021-02-27 22:36:03 +01:00 committed by Ivan
parent 4bef176e9b
commit a4d4ab1df9
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ namespace utils
cpu_stats::cpu_stats()
{
#ifdef _WIN32
SYSTEM_INFO sysInfo;
FILETIME ftime, fsys, fuser;
GetSystemTimeAsFileTime(&ftime);