Update compiler/test_gen/src/helpers/llvm.rs

Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
Ayaz 2022-04-20 22:50:31 -04:00 committed by GitHub
parent 78ce0f8f3e
commit e2a28347bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,6 @@ fn create_llvm_module<'a>(
use roc_problem::can::Problem::*;
for problem in can_problems.into_iter() {
dbg!(&problem);
match problem {
// Ignore "unused" problems
UnusedDef(_, _)