Skip to content

Commit 8cadca4

Browse files
committed
abi: remove dead code
Signed-off-by: Ramkumar Ramachandra <[email protected]>
1 parent 3b126e4 commit 8cadca4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/librustc/back/abi.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,3 @@ pub static slice_elt_len: uint = 1u;
7474
pub static worst_case_glue_call_args: uint = 7u;
7575

7676
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

Comments
 (0)