Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
abi: remove dead code
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
  • Loading branch information
artagnon committed Jun 23, 2013
1 parent 3b126e4 commit 8cadca4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/librustc/back/abi.rs
Expand Up @@ -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"; }

0 comments on commit 8cadca4

Please sign in to comment.