0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 23:44:01 +01:00

ircd::server: Remove deprecated assertion.

This commit is contained in:
Jason Volk 2018-05-02 13:09:58 -07:00
parent 770ed3a1ef
commit 292e8c5a12

View file

@ -370,7 +370,6 @@ void
ircd::server::peer::close(const net::close_opts &opts)
{
op_fini = true;
assert(!op_resolve);
std::vector<link *> links(this->links.size());
pointers(this->links, links);
for(const auto &link : links)