diff --git a/src/cas/generic/casStrmClient.cc b/src/cas/generic/casStrmClient.cc index 76820682d..9343369a7 100644 --- a/src/cas/generic/casStrmClient.cc +++ b/src/cas/generic/casStrmClient.cc @@ -141,20 +141,6 @@ caStatus casStrmClient::verifyRequest (casChannelI *&pChan) return ECA_NORMAL; } -// -// find the monitor associated with a resource id -// -inline casClientMon * caServerI::resIdToClientMon ( - const caResId & idIn ) -{ - casRes * pRes = this->lookupRes ( idIn, casMonitorT ); - // - // cast is ok since the type code was verified - // (and we know casClientMon derived from resource) - // - return reinterpret_cast < casClientMon * > ( pRes ); -} - // // casStrmClient::show (unsigned level) // diff --git a/src/cas/generic/server.h b/src/cas/generic/server.h index caa33e88a..2e9299c40 100644 --- a/src/cas/generic/server.h +++ b/src/cas/generic/server.h @@ -863,7 +863,6 @@ private: #include "casIOD.h" // IO dependent #include "casOSD.h" // OS dependent -class casClientMon; class beaconTimer; class beaconAnomalyGovernor; @@ -890,11 +889,6 @@ public: // casPVI *resIdToPV (const caResId &id); - // - // find the client monitor associated with a resource id - // - casClientMon *resIdToClientMon (const caResId &idIn); - void installClient (casStrmClient *pClient); void removeClient (casStrmClient *pClient);