diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2017-09-28 11:58:45 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2017-10-02 15:45:46 +0200 |
| commit | e6badfd449fa501c4565f93a1d8faee9d9d6c8df (patch) | |
| tree | 7814a4d75752018e1c34c0088d3370a0a68082da /src/librustc_trans/lib.rs | |
| parent | c9a17ef174522ebbc75e7dfa6a50d73d1b610fee (diff) | |
| download | rust-e6badfd449fa501c4565f93a1d8faee9d9d6c8df.tar.gz rust-e6badfd449fa501c4565f93a1d8faee9d9d6c8df.zip | |
incr.comp.: Use red/green tracking for CGU re-use.
Diffstat (limited to 'src/librustc_trans/lib.rs')
| -rw-r--r-- | src/librustc_trans/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs index c38b90dcf4f..2b1c62c7f1c 100644 --- a/src/librustc_trans/lib.rs +++ b/src/librustc_trans/lib.rs @@ -204,7 +204,6 @@ pub struct ModuleTranslation { /// as the crate name and disambiguator. name: String, llmod_id: String, - symbol_name_hash: u64, pub source: ModuleSource, pub kind: ModuleKind, } @@ -238,7 +237,6 @@ impl ModuleTranslation { llmod_id: self.llmod_id, name: self.name.clone(), kind: self.kind, - symbol_name_hash: self.symbol_name_hash, pre_existing, emit_obj, emit_bc, @@ -253,7 +251,6 @@ pub struct CompiledModule { pub llmod_id: String, pub object: PathBuf, pub kind: ModuleKind, - pub symbol_name_hash: u64, pub pre_existing: bool, pub emit_obj: bool, pub emit_bc: bool, |
