From 774608bd2f5f7b8afbbbb80fc87063cf5d5ab1bd Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 1 Oct 2014 23:33:02 +0400 Subject: [PATCH] splinlock.h: remove deprecated typedefs --- cds/lock/spinlock.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cds/lock/spinlock.h b/cds/lock/spinlock.h index 0219eee8..139a2bd3 100644 --- a/cds/lock/spinlock.h +++ b/cds/lock/spinlock.h @@ -355,9 +355,6 @@ namespace cds { /// Recursive spin-lock based on atomic32_t type typedef ReentrantSpin32 ReentrantSpin; - /// The best (for the current platform) auto spin-lock - typedef scoped_lock AutoSpin; - } // namespace lock /// Standard (best for the current platform) spin-lock implementation @@ -372,9 +369,6 @@ namespace cds { /// 64bit recursive spin-lock shortcut typedef lock::ReentrantSpin64 RecursiveSpinLock64; - /// Auto spin-lock shortcut - typedef lock::AutoSpin AutoSpinLock; - } // namespace cds #endif // #ifndef __CDS_LOCK_SPINLOCK_H -- 2.34.1