Skip to content

Commit

Permalink
m_lastUpdateCpuStats is only used on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 21, 2024
1 parent 327b70e commit 9d24060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/core/SystemInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ namespace Core {
mutable uint64_t m_freeswap;
mutable uint64_t m_cpuload;
mutable uint64_t m_cpuloadavg[3];
PUSH_WARNING(DISABLE_WARNING_UNUSED_PRIVATE_FIELD)
#ifdef __LINUX__
mutable time_t m_lastUpdateCpuStats;
POP_WARNING()
#endif
void UpdateCpuStats() const;
void UpdateRealtimeInfo();

Expand Down

0 comments on commit 9d24060

Please sign in to comment.