mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
remove unused struct in unify
This commit is contained in:
parent
0052ccda38
commit
4957b84eae
1 changed files with 0 additions and 6 deletions
|
@ -72,12 +72,6 @@ pub enum Unified {
|
|||
BadType(Pool, roc_types::types::Problem),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct TagUnionStructure {
|
||||
tags: MutMap<TagName, Vec<Variable>>,
|
||||
ext: Variable,
|
||||
}
|
||||
|
||||
type Outcome = Vec<Mismatch>;
|
||||
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue