remove unused argument

This commit is contained in:
Folkert 2022-09-24 14:16:58 +02:00
parent 1251769eb5
commit 71a26d32d2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 0 additions and 2 deletions

View file

@ -62,7 +62,6 @@ pub(crate) fn preprocess_windows(
host_exe_filename: &str,
metadata_filename: &Path,
out_filename: &Path,
_shared_lib: &Path,
_verbose: bool,
_time: bool,
) -> object::read::Result<()> {