mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Merge pull request #7179 from JRI98/unused_emptytuple
Remove unused EmptyTuple variant from FlatType enum
This commit is contained in:
commit
e1183e58e5
22 changed files with 34 additions and 111 deletions
|
@ -318,7 +318,6 @@ fn number_lambda_sets(subs: &Subs, initial: Variable) -> Vec<Variable> {
|
|||
|
||||
EmptyRecord => (),
|
||||
EmptyTagUnion => (),
|
||||
EmptyTuple => (),
|
||||
|
||||
Record(fields, ext) => {
|
||||
let fields = *fields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue