diff options
| -rw-r--r-- | src/core/host_timing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/host_timing.h b/src/core/host_timing.h index 5ad8c5f35..be6b68d7c 100644 --- a/src/core/host_timing.h +++ b/src/core/host_timing.h | |||
| @@ -93,7 +93,6 @@ public: | |||
| 93 | /// We only permit one event of each type in the queue at a time. | 93 | /// We only permit one event of each type in the queue at a time. |
| 94 | void RemoveEvent(const std::shared_ptr<EventType>& event_type); | 94 | void RemoveEvent(const std::shared_ptr<EventType>& event_type); |
| 95 | 95 | ||
| 96 | |||
| 97 | void AddTicks(std::size_t core_index, u64 ticks); | 96 | void AddTicks(std::size_t core_index, u64 ticks); |
| 98 | 97 | ||
| 99 | void ResetTicks(std::size_t core_index); | 98 | void ResetTicks(std::size_t core_index); |