0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 14:58:20 +02:00

ircd::client: Remove unnecessary exception test assertion here.

This commit is contained in:
Jason Volk 2018-05-17 19:36:10 -07:00
parent 2626e14543
commit 3e47fbb388

View file

@ -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);