mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Remove incorrect debug_assert
This commit is contained in:
parent
cad0a1421e
commit
41519fc5a9
1 changed files with 0 additions and 6 deletions
|
@ -122,12 +122,6 @@ impl<'a> Procs<'a> {
|
|||
.entry(symbol)
|
||||
.or_insert_with(|| HashMap::with_capacity_and_hasher(1, default_hasher()));
|
||||
|
||||
// If we already have an entry for this, it should be no different
|
||||
// from what we're about to insert.
|
||||
debug_assert!(
|
||||
!all_pending.contains_key(&layout) || all_pending.get(&layout) == Some(&pending)
|
||||
);
|
||||
|
||||
all_pending.insert(layout, pending);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue