about summary refs log tree commit diff
path: root/src/libstd/sys/unix/rwlock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/unix/rwlock.rs')
-rw-r--r--src/libstd/sys/unix/rwlock.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/sys/unix/rwlock.rs b/src/libstd/sys/unix/rwlock.rs
index 50b4907e6ca..788bff62430 100644
--- a/src/libstd/sys/unix/rwlock.rs
+++ b/src/libstd/sys/unix/rwlock.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[cfg(stage0)]
-use prelude::v1::*;
-
 use libc;
 use cell::UnsafeCell;
 use sys::sync as ffi;