fix warnings in test files

This commit is contained in:
Folkert 2020-08-06 21:50:22 +02:00
parent 0fbcfc7431
commit f31c116f7c
6 changed files with 1 additions and 41 deletions

View file

@ -605,7 +605,6 @@ pub fn build_exp_stmt<'a, 'ctx, 'env>(
match stmt {
Let(symbol, expr, layout, cont) => {
println!("{} {:?}", symbol, expr);
let context = &env.context;
let val = build_exp_expr(env, layout_ids, &scope, parent, &expr);