diff --git a/compiler/unify/src/unify.rs b/compiler/unify/src/unify.rs index 6a8c4f05ec..38d2c89119 100644 --- a/compiler/unify/src/unify.rs +++ b/compiler/unify/src/unify.rs @@ -72,12 +72,6 @@ pub enum Unified { BadType(Pool, roc_types::types::Problem), } -#[derive(Debug)] -struct TagUnionStructure { - tags: MutMap>, - ext: Variable, -} - type Outcome = Vec; #[inline(always)]