Skip to content

Commit 7e22b30

Browse files
Abseil Teamcopybara-github
authored andcommitted
Nop change.
PiperOrigin-RevId: 530238518 Change-Id: I2bfca582c0734f7e6943c5359730a2857809e2d2
1 parent 419b54d commit 7e22b30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

absl/synchronization/internal/futex_waiter.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ bool FutexWaiter::Wait(KernelTimeout t) {
6363
// Note that, since the thread ticker is just reset, we don't need to check
6464
// whether the thread is idle on the very first pass of the loop.
6565
bool first_pass = true;
66-
6766
while (true) {
6867
int32_t x = futex_.load(std::memory_order_relaxed);
6968
while (x != 0) {

0 commit comments

Comments
 (0)