diff --git a/src/ca/cac_IL.h b/src/ca/cac_IL.h index a66c5e083..391a77224 100644 --- a/src/ca/cac_IL.h +++ b/src/ca/cac_IL.h @@ -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 (); -} -