Skip to content

Commit

Permalink
[BUILD] Fix multiple assignment operators for SpinLockMutex (open-tel…
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiHarshaK authored Jan 23, 2024
1 parent a232328 commit fe15d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/include/opentelemetry/common/spin_lock_mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit fe15d0a

Please sign in to comment.