unification: remove unreachable pattern
This commit is contained in:
parent
3c5d7111bc
commit
e53edd23b9
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ impl UnificationProblem {
|
|||
}
|
||||
}
|
||||
|
||||
(TypeTerm::Ladder(l1), TypeTerm::Ladder(l2)) => {
|
||||
Err(UnificationError{ addr, t1: lhs, t2: rhs })
|
||||
}
|
||||
|
||||
_ => Err(UnificationError{ addr, t1: lhs, t2: rhs})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue