mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
cleanup after review
This commit is contained in:
parent
d7e66fa9a0
commit
97acf1363d
3 changed files with 2 additions and 55 deletions
|
@ -1031,8 +1031,6 @@ fn from_can_when<'a>(
|
|||
for when_branch in branches {
|
||||
let mono_expr = from_can(env, when_branch.value.value, procs, None);
|
||||
|
||||
// let mono_patterns = Vec::with_capacity_in(when_branch.patterns.len(), env.arena);
|
||||
|
||||
for loc_pattern in when_branch.patterns {
|
||||
let mono_pattern = from_can_pattern(env, &loc_pattern.value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue