HPUX: Delete HP-specific return statements.

This commit is contained in:
Andrew Johnson
2012-04-12 11:24:13 -05:00
parent 2a20d48ca4
commit 1137f1b0b0
2 changed files with 0 additions and 6 deletions

View File

@@ -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 )

View File

@@ -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
}