We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b126e4 commit 8cadca4Copy full SHA for 8cadca4
src/librustc/back/abi.rs
@@ -74,11 +74,3 @@ pub static slice_elt_len: uint = 1u;
74
pub static worst_case_glue_call_args: uint = 7u;
75
76
pub static abi_version: uint = 1u;
77
-
78
-pub fn memcpy_glue_name() -> ~str { return ~"rust_memcpy_glue"; }
79
80
-pub fn bzero_glue_name() -> ~str { return ~"rust_bzero_glue"; }
81
82
-pub fn yield_glue_name() -> ~str { return ~"rust_yield_glue"; }
83
84
-pub fn no_op_type_glue_name() -> ~str { return ~"rust_no_op_type_glue"; }
0 commit comments