From cd1848a1a60f40f25019e455b1050efd69707604 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 11 Dec 2015 13:07:11 -0800 Subject: Register new snapshots Lots of cruft to remove! --- src/rtstartup/rsbegin.rs | 2 -- src/rtstartup/rsend.rs | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/rtstartup') diff --git a/src/rtstartup/rsbegin.rs b/src/rtstartup/rsbegin.rs index a81eac279d0..d1b6fe6655a 100644 --- a/src/rtstartup/rsbegin.rs +++ b/src/rtstartup/rsbegin.rs @@ -22,8 +22,6 @@ // object (usually called `crtX.o), which then invokes initialization callbacks // of other runtime components (registered via yet another special image section). -#![cfg_attr(stage0, feature(no_std))] - #![crate_type="rlib"] #![no_std] #![allow(non_camel_case_types)] diff --git a/src/rtstartup/rsend.rs b/src/rtstartup/rsend.rs index e3b691ce2f7..5e4e13ebd05 100644 --- a/src/rtstartup/rsend.rs +++ b/src/rtstartup/rsend.rs @@ -10,8 +10,6 @@ // See rsbegin.rs for details. -#![cfg_attr(stage0, feature(no_std))] - #![crate_type="rlib"] #![no_std] -- cgit 1.4.1-3-g733a5