From 938099a7ebccbad2a2cad58d71df316d5ccd512c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 11 Aug 2015 14:31:23 -0700 Subject: Register new snapshots * Lots of core prelude imports removed * Makefile support for MSVC env vars and Rust crates removed * Makefile support for morestack removed --- src/libstd/sync/mpsc/spsc_queue.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libstd/sync/mpsc/spsc_queue.rs') diff --git a/src/libstd/sync/mpsc/spsc_queue.rs b/src/libstd/sync/mpsc/spsc_queue.rs index 5c0db521007..819f75c006b 100644 --- a/src/libstd/sync/mpsc/spsc_queue.rs +++ b/src/libstd/sync/mpsc/spsc_queue.rs @@ -33,9 +33,6 @@ //! concurrently between two threads. This data structure is safe to use and //! enforces the semantics that there is one pusher and one popper. -#[cfg(stage0)] -use core::prelude::v1::*; - use alloc::boxed::Box; use core::ptr; use core::cell::UnsafeCell; -- cgit 1.4.1-3-g733a5