From: khizmax Date: Wed, 1 Oct 2014 19:33:02 +0000 (+0400) Subject: splinlock.h: remove deprecated typedefs X-Git-Tag: v2.0.0~241 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=774608bd2f5f7b8afbbbb80fc87063cf5d5ab1bd;p=libcds.git splinlock.h: remove deprecated typedefs --- 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