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 | 56f34865aed4f8e841eaf4ce129f7b13c334d784 (patch) | |
| tree | 5ac28e8954ba42e962134eeb95c836e8a70db6ed | |
| parent | a3ea31b8466c283ff10037be0170802d4ef15d70 (diff) | |
| download | rust-56f34865aed4f8e841eaf4ce129f7b13c334d784.tar.gz rust-56f34865aed4f8e841eaf4ce129f7b13c334d784.zip | |
Inline inject_dll_import_lib
| -rw-r--r-- | src/archive.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/archive.rs b/src/archive.rs index a8e94ad4b8d..f7745951d28 100644 --- a/src/archive.rs +++ b/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, |
