From b91caac729fd103a7ce4a6094be7845643f4704d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 6 Feb 2014 23:24:41 -0800 Subject: rustc: Remove 'morestack_addr' intrinsic. Unused --- src/libstd/unstable/intrinsics.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/unstable/intrinsics.rs b/src/libstd/unstable/intrinsics.rs index ca49576ab2d..7ca28711504 100644 --- a/src/libstd/unstable/intrinsics.rs +++ b/src/libstd/unstable/intrinsics.rs @@ -310,9 +310,6 @@ extern "rust-intrinsic" { pub fn visit_tydesc(td: *TyDesc, tv: &mut TyVisitor); - /// Get the address of the `__morestack` stack growth function. - pub fn morestack_addr() -> *(); - /// Calculates the offset from a pointer. The offset *must* be in-bounds of /// the object, or one-byte-past-the-end. An arithmetic overflow is also /// undefined behaviour. -- cgit 1.4.1-3-g733a5