mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Remove unused variable
This commit is contained in:
parent
f65b174ab5
commit
731f7a11a1
1 changed files with 0 additions and 1 deletions
|
@ -1101,7 +1101,6 @@ fn call_spec(
|
|||
// Since `bag_get` assumes items are picked non-deterministically, this is
|
||||
// (probably?) enough to express that usage.
|
||||
let bag = builder.add_get_tuple_field(block, list, LIST_BAG_INDEX)?;
|
||||
let cell = builder.add_get_tuple_field(block, list, LIST_CELL_INDEX)?;
|
||||
let element = builder.add_bag_get(block, bag)?;
|
||||
let _bool = call_function!(builder, block, [element]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue