native_clock: Remove unused process code. (#1989)

This commit is contained in:
squidbus 2024-12-31 00:04:26 -08:00 committed by GitHub
parent 41d64a200d
commit e1cf1f500d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

View file

@ -20,7 +20,6 @@ public:
u64 GetTimeUS(u64 base_ptc = 0) const;
u64 GetTimeMS(u64 base_ptc = 0) const;
u64 GetUptime() const;
u64 GetProcessTimeUS() const;
private:
u64 rdtsc_frequency;