removed unused methods and data
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
#include "iocinf.h"
|
||||
|
||||
osiMutex cacNotify::defaultMutex;
|
||||
|
||||
cacNotify::cacNotify () : pIO (0)
|
||||
{
|
||||
}
|
||||
@@ -27,16 +25,6 @@ cacNotify::~cacNotify ()
|
||||
}
|
||||
}
|
||||
|
||||
void cacNotify::lock ()
|
||||
{
|
||||
this->defaultMutex.lock ();
|
||||
}
|
||||
|
||||
void cacNotify::unlock ()
|
||||
{
|
||||
this->defaultMutex.unlock ();
|
||||
}
|
||||
|
||||
void cacNotify::completionNotify ()
|
||||
{
|
||||
ca_printf ("CAC: IO completion with no handler installed?\n");
|
||||
|
||||
Reference in New Issue
Block a user