mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Drop unused jump_counter
This commit is contained in:
parent
5c6939e7ec
commit
3fe2a4e3fd
7 changed files with 0 additions and 10 deletions
|
@ -910,9 +910,6 @@ pub fn optimize_when<'a>(
|
|||
&jumps,
|
||||
);
|
||||
|
||||
// increase the jump counter by the number of jumps in this branching structure
|
||||
*env.jump_counter += jumps.len() as u64;
|
||||
|
||||
Expr::Store(stores, env.arena.alloc(expr))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue