mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Update compiler/test_gen/src/helpers/llvm.rs
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
78ce0f8f3e
commit
e2a28347bb
@ -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(_, _)
|
||||
|
Loading…
Reference in New Issue
Block a user