removed unneeded comment

This commit is contained in:
Emiel Bruijntjes 2018-11-05 17:18:24 +01:00
parent 9330231a69
commit 6ea2d8dffd
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ private:
default:
// @todo report an error to all channels
// ssl level error, we have to tear down the tcp connection
return monitor.valid() ? new TcpShutdown(this) : nullptr;
}