mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-17 01:05:02 +00:00
remove dbg lowlevel
This commit is contained in:
parent
f76df8a356
commit
4ef541395a
7 changed files with 2 additions and 53 deletions
|
@ -1288,14 +1288,6 @@ fn lowlevel_spec<'a>(
|
|||
|
||||
builder.add_make_tuple(block, &[byte_index, string, is_ok, problem_code])
|
||||
}
|
||||
Dbg => {
|
||||
let arguments = [env.symbols[&arguments[0]]];
|
||||
|
||||
let result_type =
|
||||
layout_spec(env, builder, interner, layout, &WhenRecursive::Unreachable)?;
|
||||
|
||||
builder.add_unknown_with(block, &arguments, result_type)
|
||||
}
|
||||
_other => {
|
||||
// println!("missing {:?}", _other);
|
||||
// TODO overly pessimstic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue