summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/core_timing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index a21356a08..120c74e46 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -139,8 +139,6 @@ private:
139 139
140 u64 global_timer = 0; 140 u64 global_timer = 0;
141 141
142 std::chrono::nanoseconds start_point;
143
144 // The queue is a min-heap using std::make_heap/push_heap/pop_heap. 142 // The queue is a min-heap using std::make_heap/push_heap/pop_heap.
145 // We don't use std::priority_queue because we need to be able to serialize, unserialize and 143 // We don't use std::priority_queue because we need to be able to serialize, unserialize and
146 // erase arbitrary events (RemoveEvent()) regardless of the queue order. These aren't 144 // erase arbitrary events (RemoveEvent()) regardless of the queue order. These aren't