mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 16:04:15 +01:00
ircd::server: Remove deprecated assertion.
This commit is contained in:
parent
770ed3a1ef
commit
292e8c5a12
1 changed files with 0 additions and 1 deletions
|
@ -370,7 +370,6 @@ void
|
||||||
ircd::server::peer::close(const net::close_opts &opts)
|
ircd::server::peer::close(const net::close_opts &opts)
|
||||||
{
|
{
|
||||||
op_fini = true;
|
op_fini = true;
|
||||||
assert(!op_resolve);
|
|
||||||
std::vector<link *> links(this->links.size());
|
std::vector<link *> links(this->links.size());
|
||||||
pointers(this->links, links);
|
pointers(this->links, links);
|
||||||
for(const auto &link : links)
|
for(const auto &link : links)
|
||||||
|
|
Loading…
Reference in a new issue