diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-03-30 13:03:52 +0100 | 
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-04-20 13:21:40 +0200 | 
| commit | 892c88b32f88777e9afcd3cdad6a0b2fa7ec526e (patch) | |
| tree | 88533b465257488488daa0b85ac6adc97b76c895 /src/librustc_codegen_llvm/back/bytecode.rs | |
| parent | 8a8837967f2877f92ff07f57c237e1963dc99455 (diff) | |
| download | rust-892c88b32f88777e9afcd3cdad6a0b2fa7ec526e.tar.gz rust-892c88b32f88777e9afcd3cdad6a0b2fa7ec526e.zip | |
Move some filename constants to cg_ssa
Diffstat (limited to 'src/librustc_codegen_llvm/back/bytecode.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/back/bytecode.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/librustc_codegen_llvm/back/bytecode.rs b/src/librustc_codegen_llvm/back/bytecode.rs index 8b288c45336..397cdecbb6f 100644 --- a/src/librustc_codegen_llvm/back/bytecode.rs +++ b/src/librustc_codegen_llvm/back/bytecode.rs @@ -37,8 +37,6 @@ pub const RLIB_BYTECODE_OBJECT_MAGIC: &[u8] = b"RUST_OBJECT"; // The version number this compiler will write to bytecode objects in rlibs pub const RLIB_BYTECODE_OBJECT_VERSION: u8 = 2; -pub const RLIB_BYTECODE_EXTENSION: &str = "bc.z"; - pub fn encode(identifier: &str, bytecode: &[u8]) -> Vec<u8> { let mut encoded = Vec::new(); | 
