Drop unused jump_counter

This commit is contained in:
Richard Feldman 2020-08-08 19:52:31 -04:00
parent 5c6939e7ec
commit 3fe2a4e3fd
7 changed files with 0 additions and 10 deletions

View file

@ -258,7 +258,6 @@ pub fn gen(src: &[u8], target: Triple, opt_level: OptLevel) -> Result<(String, S
problems: &mut mono_problems,
home,
ident_ids: &mut ident_ids,
jump_counter: arena.alloc(0),
};
let main_body = roc_mono::expr::Expr::new(&mut mono_env, loc_expr.value, &mut procs);