From fe15d0a4d1b441da796f2b93930787465d4d2643 Mon Sep 17 00:00:00 2001 From: Sai Harsha Kottapalli Date: Tue, 23 Jan 2024 22:38:56 +0530 Subject: [PATCH] [BUILD] Fix multiple assignment operators for SpinLockMutex (#2501) --- api/include/opentelemetry/common/spin_lock_mutex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/api/include/opentelemetry/common/spin_lock_mutex.h b/api/include/opentelemetry/common/spin_lock_mutex.h index ac52f700bc..8cec8dfea3 100644 --- a/api/include/opentelemetry/common/spin_lock_mutex.h +++ b/api/include/opentelemetry/common/spin_lock_mutex.h @@ -56,7 +56,6 @@ class SpinLockMutex ~SpinLockMutex() noexcept = default; SpinLockMutex(const SpinLockMutex &) = delete; SpinLockMutex &operator=(const SpinLockMutex &) = delete; - SpinLockMutex &operator=(const SpinLockMutex &) volatile = delete; static inline void fast_yield() noexcept {