rustc: Remove 'morestack_addr' intrinsic. Unused
This commit is contained in:
parent
6aad3bf944
commit
b91caac729
4 changed files with 0 additions and 41 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue