mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd::client: Remove unnecessary exception test assertion here.
This commit is contained in:
parent
2626e14543
commit
3e47fbb388
1 changed files with 0 additions and 1 deletions
|
@ -319,7 +319,6 @@ namespace ircd
|
|||
bool
|
||||
ircd::client::async()
|
||||
{
|
||||
const unwind::nominal::assertion na;
|
||||
assert(bool(this->sock));
|
||||
assert(bool(this->conf));
|
||||
auto &sock(*this->sock);
|
||||
|
|
Loading…
Add table
Reference in a new issue