mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
skip registering of debug symbols in hot loop
This commit is contained in:
parent
68adeba43c
commit
f25afe4629
1 changed files with 0 additions and 4 deletions
|
@ -1016,10 +1016,6 @@ pub fn canonicalize_expr<'a>(
|
|||
}
|
||||
};
|
||||
|
||||
if cfg!(debug_assertions) {
|
||||
env.home.register_debug_idents(&env.ident_ids);
|
||||
}
|
||||
|
||||
// At the end, diff used_idents and defined_idents to see which were unused.
|
||||
// Add warnings for those!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue