about summary refs log tree commit diff
path: root/src/libstd/sys/common/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/common/thread.rs')
-rw-r--r--src/libstd/sys/common/thread.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/common/thread.rs b/src/libstd/sys/common/thread.rs
index 16f4f01bf39..3ee160da5fa 100644
--- a/src/libstd/sys/common/thread.rs
+++ b/src/libstd/sys/common/thread.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use prelude::v1::*;
-
 use alloc::boxed::FnBox;
 use libc;
 use sys::stack_overflow;