diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/x64/native_clock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/x64/native_clock.h b/src/common/x64/native_clock.h index e57446cb9..046cea095 100644 --- a/src/common/x64/native_clock.h +++ b/src/common/x64/native_clock.h | |||
| @@ -34,11 +34,6 @@ private: | |||
| 34 | u64 accumulated_ticks{}; | 34 | u64 accumulated_ticks{}; |
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | /// value used to reduce the native clocks accuracy as some apss rely on | ||
| 38 | /// undefined behavior where the level of accuracy in the clock shouldn't | ||
| 39 | /// be higher. | ||
| 40 | static constexpr u64 inaccuracy_mask = ~(UINT64_C(0x400) - 1); | ||
| 41 | |||
| 42 | std::atomic<TimePoint> time_point; | 37 | std::atomic<TimePoint> time_point; |
| 43 | // factors | 38 | // factors |
| 44 | u64 clock_rtsc_factor{}; | 39 | u64 clock_rtsc_factor{}; |