mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd:Ⓜ️:dbs: Relax assertion.
This commit is contained in:
parent
8e3bf1f458
commit
12f28c8f9f
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ ircd::m::dbs::find_event_idx(const vector_view<event::idx> &idx,
|
|||
for(size_t i(0); i < num; ++i)
|
||||
{
|
||||
idx[i] = m::index(std::nothrow, event_id[i]);
|
||||
assert(idx[i] < vm::sequence::retired);
|
||||
ret += idx[i] != 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue