mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41: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
|
@ -70,7 +70,6 @@ macro_rules! assert_llvm_evals_to {
|
|||
problems: &mut mono_problems,
|
||||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
jump_counter: arena.alloc(0),
|
||||
};
|
||||
|
||||
let main_body = Expr::new(&mut mono_env, loc_expr.value, &mut procs);
|
||||
|
@ -255,7 +254,6 @@ macro_rules! assert_opt_evals_to {
|
|||
problems: &mut mono_problems,
|
||||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
jump_counter: arena.alloc(0),
|
||||
};
|
||||
let main_body = Expr::new(&mut mono_env, loc_expr.value, &mut procs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue