removed unused methods

This commit is contained in:
Jeff Hill
2000-09-07 01:20:47 +00:00
parent 47aeeb2d18
commit ffaadbd95f

View File

@@ -43,14 +43,3 @@ inline const char * cac::userNamePointer ()
{
return this->pUserName;
}
inline void cac::lockOutstandingIO () const
{
this->defaultMutex.lock ();
}
inline void cac::unlockOutstandingIO () const
{
this->defaultMutex.unlock ();
}