remove dbg lowlevel

This commit is contained in:
Folkert 2022-12-22 02:45:09 +01:00
parent f76df8a356
commit 4ef541395a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 2 additions and 53 deletions

View file

@ -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