mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Remove unused line
This commit is contained in:
parent
372b12bec9
commit
7d908dc99c
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ pub fn constrain_expr(
|
|||
|
||||
// Now check the condition against the type expected by the branches.
|
||||
let sketched_rows = sketch_rows(real_cond_var, branches_region, &branches);
|
||||
// let exhaustive_reason = Reason::Exhaustive(sketched_rows, ExhaustiveContext::BadCase);
|
||||
let cond_matches_branches_constraint = constraints.exhaustive(
|
||||
real_cond_var,
|
||||
loc_cond.region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue