diff --git a/src/libCom/timer/timerPrivate.h b/src/libCom/timer/timerPrivate.h index e40106db6..62097074d 100644 --- a/src/libCom/timer/timerPrivate.h +++ b/src/libCom/timer/timerPrivate.h @@ -54,7 +54,6 @@ private: timerQueue & queue; static epicsSingleton < tsFreeList < timer, 0x20 > > pFreeList; void privateStart ( epicsTimerNotify & notify, const epicsTime & ); - void privateCancel ( epicsGuard < epicsMutex > & ); timer & operator = ( const timer & ); friend class timerQueue; };