Merge pull request #7179 from JRI98/unused_emptytuple

Remove unused EmptyTuple variant from FlatType enum
This commit is contained in:
Ayaz 2024-10-25 09:19:57 -04:00 committed by GitHub
commit e1183e58e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 34 additions and 111 deletions

View file

@ -318,7 +318,6 @@ fn number_lambda_sets(subs: &Subs, initial: Variable) -> Vec<Variable> {
EmptyRecord => (),
EmptyTagUnion => (),
EmptyTuple => (),
Record(fields, ext) => {
let fields = *fields;