splinlock.h: remove deprecated typedefs
authorkhizmax <libcds.dev@gmail.com>
Wed, 1 Oct 2014 19:33:02 +0000 (23:33 +0400)
committerkhizmax <libcds.dev@gmail.com>
Wed, 1 Oct 2014 19:33:02 +0000 (23:33 +0400)
cds/lock/spinlock.h

index 0219eee8d53dc93b9503ab299ca2525503f22088..139a2bd3d3989023825db6a14706e16955dc70c3 100644 (file)
@@ -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<Spin>   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