diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-06-24 14:08:03 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-06-24 14:08:03 -0700 |
| commit | 051fbcea72a24d14527e7ba370cc80277a4ac18e (patch) | |
| tree | c4744cfb30c230f893f3cc06bb668575e4386cd7 | |
| parent | 3b7d4b93ff20180f58036984ae6e00de48cb023d (diff) | |
| parent | 8cadca4e41f2aad72391b834f295ae01f9c29551 (diff) | |
| download | rust-051fbcea72a24d14527e7ba370cc80277a4ac18e.tar.gz rust-051fbcea72a24d14527e7ba370cc80277a4ac18e.zip | |
Merge remote-tracking branch 'artagnon/abi-dead-code' into HEAD
| -rw-r--r-- | src/librustc/back/abi.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/librustc/back/abi.rs b/src/librustc/back/abi.rs index 004170dea7f..65db2d4701c 100644 --- a/src/librustc/back/abi.rs +++ b/src/librustc/back/abi.rs @@ -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"; } |
