Fixed HPUX warnings.

This commit is contained in:
Ralph Lange
2001-07-26 08:58:34 +00:00
parent bbd6c9ef90
commit 8a99fac979
4 changed files with 4 additions and 7 deletions

View File

@@ -157,9 +157,7 @@ epicsTimer::expireInfo timer::getExpireInfo () const
if ( this->curState == statePending || this->queue.pExpireTmr == this ) {
return expireInfo ( true, this->exp );
}
else {
return expireInfo ( false, epicsTime() );
}
return expireInfo ( false, epicsTime() );
}
void timer::show ( unsigned int level ) const