From 7e22b3022ea5ec584298135811e119b3e65789bc Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 8 May 2023 01:41:38 -0700 Subject: Nop change. PiperOrigin-RevId: 530238518 Change-Id: I2bfca582c0734f7e6943c5359730a2857809e2d2 --- absl/synchronization/internal/futex_waiter.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'absl/synchronization') diff --git a/absl/synchronization/internal/futex_waiter.cc b/absl/synchronization/internal/futex_waiter.cc index 7c07fbe2..87eb3b23 100644 --- a/absl/synchronization/internal/futex_waiter.cc +++ b/absl/synchronization/internal/futex_waiter.cc @@ -63,7 +63,6 @@ bool FutexWaiter::Wait(KernelTimeout t) { // Note that, since the thread ticker is just reset, we don't need to check // whether the thread is idle on the very first pass of the loop. bool first_pass = true; - while (true) { int32_t x = futex_.load(std::memory_order_relaxed); while (x != 0) { -- cgit v1.2.3