codec: drop unused _shutdownEvent

using epicsThread::exitWait() instead
This commit is contained in:
Michael Davidsaver
2018-04-04 15:41:38 -07:00
parent 192955e7b5
commit 0eabf10005
2 changed files with 0 additions and 3 deletions

View File

@@ -1142,8 +1142,6 @@ void BlockingTCPTransportCodec::receiveThread()
__FILE__, __LINE__);
}
}
this->_shutdownEvent.signal();
}