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();
}

View File

@@ -457,7 +457,6 @@ protected:
private:
AtomicValue<bool> _isOpen;
epics::pvData::Thread _readThread, _sendThread;
epics::pvData::Event _shutdownEvent;
const SOCKET _channel;
protected:
osiSockAddr _socketAddress;