Remove dead code

aliveNotification() and unresponsiveTransport() never called.
Remove these, and code only referenced through these methods.
This commit is contained in:
Michael Davidsaver
2019-05-20 22:29:01 -07:00
parent c9bd214f7c
commit a6e7d7f5fc
8 changed files with 0 additions and 123 deletions

View File

@ -382,8 +382,6 @@ public:
void verified(epics::pvData::Status const &) {}
void aliveNotification() {}
void authNZMessage(epics::pvData::PVStructure::shared_pointer const & data) {}