mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Drop unused parameter
This commit is contained in:
parent
e8f5c13cf9
commit
d925e43465
1 changed files with 0 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue