codec.h: minor

This commit is contained in:
Michael Davidsaver
2017-05-15 16:58:06 -04:00
parent ab4f0b7e3a
commit 2cc1be2dee
2 changed files with 3 additions and 8 deletions

View File

@@ -1099,9 +1099,6 @@ void BlockingTCPTransportCodec::internalClose(bool /*force*/)
}
}
void BlockingTCPTransportCodec::internalPostClose(bool /*force*/) {
}
bool BlockingTCPTransportCodec::terminated() {
return !isOpen();
}