Merge remote-tracking branch 'artagnon/abi-dead-code' into HEAD

This commit is contained in:
Brian Anderson 2013-06-24 14:08:03 -07:00
commit 051fbcea72

View file

@ -74,11 +74,3 @@ pub static slice_elt_len: uint = 1u;
pub static worst_case_glue_call_args: uint = 7u;
pub static abi_version: uint = 1u;
pub fn memcpy_glue_name() -> ~str { return ~"rust_memcpy_glue"; }
pub fn bzero_glue_name() -> ~str { return ~"rust_bzero_glue"; }
pub fn yield_glue_name() -> ~str { return ~"rust_yield_glue"; }
pub fn no_op_type_glue_name() -> ~str { return ~"rust_no_op_type_glue"; }