From 6e8e4f847c2ea02fec021ea15dfb2de6beac797a Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Mon, 25 May 2015 20:21:29 +0300 Subject: Remove #[cfg(stage0)] items. --- src/liballoc/lib.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/liballoc/lib.rs') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 45dcea909f4..ac5a5d60cbd 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -112,14 +112,7 @@ pub mod boxed; mod boxed { pub use std::boxed::{Box, HEAP}; } #[cfg(test)] mod boxed_test; -#[cfg(not(stage0))] pub mod arc; -#[cfg(stage0)] -mod arc_stage0; -#[cfg(stage0)] -pub mod arc { - pub use arc_stage0::*; -} pub mod rc; /// Common out-of-memory routine -- cgit 1.4.1-3-g733a5