removed unused methods and data

This commit is contained in:
Jeff Hill
2000-09-07 01:17:12 +00:00
parent 4015d6f811
commit 94267b9b22
2 changed files with 1 additions and 17 deletions

View File

@@ -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");