HPUX: Delete HP-specific return statements.
This commit is contained in:
@@ -1275,9 +1275,6 @@ bool tcpiiu::processIncoming (
|
||||
this->msgHeaderAvailable = false;
|
||||
this->curDataBytes = 0u;
|
||||
}
|
||||
# if defined ( __HP_aCC ) && _HP_aCC <= 033300
|
||||
return false; // to make hpux compiler happy...
|
||||
# endif
|
||||
}
|
||||
|
||||
void tcpiiu::hostNameSetRequest ( epicsGuard < epicsMutex > & guard )
|
||||
|
||||
@@ -206,7 +206,4 @@ static int parseDirectoryFP (FILE *pf, const char *pFileName)
|
||||
}
|
||||
nPV++;
|
||||
}
|
||||
#if defined ( __HP_aCC ) && ( _HP_aCC <= 033300 )
|
||||
return 0; // Make HP compiler happy
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user