From 32a04a3554c583900d1c8452b958b71cc765eacf Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 21 Feb 2026 16:11:13 +1100 Subject: Don't wait inside spinlock --- src/timestamp_pool.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/timestamp_pool.hh') diff --git a/src/timestamp_pool.hh b/src/timestamp_pool.hh index bfdad2e..8e336d5 100644 --- a/src/timestamp_pool.hh +++ b/src/timestamp_pool.hh @@ -59,11 +59,6 @@ class TimestampPool final { private: friend class TimestampPool; - private: - // For our spinlock functions this is the period in which we sleep - // between attempts. - static constexpr auto SPINLOCK_MAX_DELAY = std::chrono::microseconds(1); - private: const TimestampPool& timestamp_pool; const std::weak_ptr origin_chunk; -- cgit v1.2.3