We don't use thread_local any more, so remove it.

This commit is contained in:
Andrew Gallant
2016-09-13 21:21:36 -04:00
parent 7cd02e9b7e
commit 983c7fd6f9
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -17,7 +17,6 @@ dependencies = [
"regex 0.1.76 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]