Inline inject_dll_import_lib

This commit is contained in:
bjorn3 2022-07-28 08:43:15 +00:00
parent 7c93154a30
commit 90da3c6f2b
5 changed files with 6 additions and 36 deletions

View file

@ -94,10 +94,6 @@ impl<'a> ArchiveBuilder<'a> for LlvmArchiveBuilder<'a> {
}
}
fn sess(&self) -> &Session {
self.sess
}
fn create_dll_import_lib(
sess: &Session,
lib_name: &str,