about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-08 01:56:30 -0800
committerbors <bors@rust-lang.org>2014-02-08 01:56:30 -0800
commitb60bed97918af43abe0b7d62f21c780d58042755 (patch)
tree47b8f9297f872b216537e399711598e8d76c645a /src/libstd
parent95483e30a2fd18ddb72c50a17a87cf8439c8f2bd (diff)
parentb91caac729fd103a7ce4a6094be7845643f4704d (diff)
downloadrust-b60bed97918af43abe0b7d62f21c780d58042755.tar.gz
rust-b60bed97918af43abe0b7d62f21c780d58042755.zip
auto merge of #12096 : brson/rust/morestack-addr, r=thestinger
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/unstable/intrinsics.rs3
1 files changed, 0 insertions, 3 deletions
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.