diff options
| author | Stjepan Glavina <stjepang@gmail.com> | 2018-02-28 18:59:12 +0100 |
|---|---|---|
| committer | Stjepan Glavina <stjepang@gmail.com> | 2018-02-28 18:59:12 +0100 |
| commit | 27fae2b24af48041ceea6e04c7f217d3db372164 (patch) | |
| tree | a5359a056d41e36b704766733e8657c282cac07d /src/libstd/thread/mod.rs | |
| parent | c99f4c4c5b9f968b82037cf643b6662b140d9b1f (diff) | |
| download | rust-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.rs | 3 |
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 |
