about summary refs log tree commit diff
path: root/src/libstd/thread/mod.rs
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2018-02-28 18:59:12 +0100
committerStjepan Glavina <stjepang@gmail.com>2018-02-28 18:59:12 +0100
commit27fae2b24af48041ceea6e04c7f217d3db372164 (patch)
treea5359a056d41e36b704766733e8657c282cac07d /src/libstd/thread/mod.rs
parentc99f4c4c5b9f968b82037cf643b6662b140d9b1f (diff)
downloadrust-27fae2b24af48041ceea6e04c7f217d3db372164.tar.gz
rust-27fae2b24af48041ceea6e04c7f217d3db372164.zip
Remove thread_local_state
Diffstat (limited to 'src/libstd/thread/mod.rs')
-rw-r--r--src/libstd/thread/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs
index 01898679bdc..71aee673cfe 100644
--- a/src/libstd/thread/mod.rs
+++ b/src/libstd/thread/mod.rs
@@ -192,9 +192,6 @@ use time::Duration;
 
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use self::local::{LocalKey, AccessError};
-#[stable(feature = "rust1", since = "1.0.0")]
-#[allow(deprecated)]
-pub use self::local::LocalKeyState;
 
 // The types used by the thread_local! macro to access TLS keys. Note that there
 // are two types, the "OS" type and the "fast" type. The OS thread local key