rustc: Remove 'morestack_addr' intrinsic. Unused

This commit is contained in:
Brian Anderson 2014-02-06 23:24:41 -08:00
parent 6aad3bf944
commit b91caac729
4 changed files with 0 additions and 41 deletions

View file

@ -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.