diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-28 08:43:15 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-28 08:43:15 +0000 |
| commit | 90da3c6f2b4db9bde02138830de1ea14982b1512 (patch) | |
| tree | 9e66f93b3c98a26d370b8fb81d280cee1561ff6b /compiler/rustc_codegen_gcc | |
| parent | 7c93154a30a640b8120c5aca68bffb886dcd02e6 (diff) | |
| download | rust-90da3c6f2b4db9bde02138830de1ea14982b1512.tar.gz rust-90da3c6f2b4db9bde02138830de1ea14982b1512.zip | |
Inline inject_dll_import_lib
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/archive.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_codegen_gcc/src/archive.rs b/compiler/rustc_codegen_gcc/src/archive.rs index a8e94ad4b8d..f7745951d28 100644 --- a/compiler/rustc_codegen_gcc/src/archive.rs +++ b/compiler/rustc_codegen_gcc/src/archive.rs @@ -172,10 +172,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> { any_members } - fn sess(&self) -> &Session { - self.config.sess - } - fn create_dll_import_lib( _sess: &Session, _lib_name: &str, |
