From fa45670ce4c3813e9af0e50a6b61742310fdaa88 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 23 May 2016 22:28:15 -0700 Subject: mk: Prepare for a new stage0 compiler This commit prepares the source for a new stage0 compiler, the 1.10.0 beta compiler. These artifacts are hot off the bots and should be ready to go. --- src/libstd/rt.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libstd/rt.rs') diff --git a/src/libstd/rt.rs b/src/libstd/rt.rs index 6eee4ee9bbe..7217eaa1325 100644 --- a/src/libstd/rt.rs +++ b/src/libstd/rt.rs @@ -27,9 +27,6 @@ // Reexport some of our utilities which are expected by other crates. pub use panicking::{begin_panic, begin_panic_fmt}; -#[cfg(stage0)] -pub use panicking::begin_panic as begin_unwind; - #[cfg(not(test))] #[lang = "start"] fn lang_start(main: *const u8, argc: isize, argv: *const *const u8) -> isize { -- cgit 1.4.1-3-g733a5