diff options
Diffstat (limited to 'src/timestamp_pool.hh')
| -rw-r--r-- | src/timestamp_pool.hh | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -60,11 +60,6 @@ class TimestampPool final { 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<QueryChunk> origin_chunk; |
