mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
removed target info
This commit is contained in:
parent
36abaec07d
commit
5d66ae4295
3 changed files with 24 additions and 128 deletions
|
@ -3117,7 +3117,6 @@ fn update<'a>(
|
|||
&mut layout_interner,
|
||||
module_id,
|
||||
ident_ids,
|
||||
state.target_info,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
||||
|
@ -3132,7 +3131,6 @@ fn update<'a>(
|
|||
&layout_interner,
|
||||
module_id,
|
||||
ident_ids,
|
||||
state.target_info,
|
||||
&mut update_mode_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue