Drop unused parameter

This commit is contained in:
Richard Feldman 2022-11-24 02:15:40 -05:00
parent e8f5c13cf9
commit d925e43465
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -195,7 +195,6 @@ pub fn build_file<'a>(
linking_strategy,
host_input_path.clone(),
preprocessed_host_path.clone(),
binary_path.clone(),
target,
exposed_values,
exposed_closure_types,
@ -413,7 +412,6 @@ fn spawn_rebuild_thread(
linking_strategy: LinkingStrategy,
host_input_path: PathBuf,
preprocessed_host_path: PathBuf,
binary_path: PathBuf,
target: &Triple,
exported_symbols: Vec<String>,
exported_closure_types: Vec<String>,