remove unused struct in unify

This commit is contained in:
Folkert 2021-12-05 15:19:39 +01:00
parent 0052ccda38
commit 4957b84eae

View file

@ -72,12 +72,6 @@ pub enum Unified {
BadType(Pool, roc_types::types::Problem), BadType(Pool, roc_types::types::Problem),
} }
#[derive(Debug)]
struct TagUnionStructure {
tags: MutMap<TagName, Vec<Variable>>,
ext: Variable,
}
type Outcome = Vec<Mismatch>; type Outcome = Vec<Mismatch>;
#[inline(always)] #[inline(always)]