cleaned up throw specifications

This commit is contained in:
Jeff Hill
2003-02-07 16:43:43 +00:00
parent 8e64cdcd84
commit 152d7430e8
2 changed files with 56 additions and 37 deletions

View File

@@ -199,7 +199,7 @@ const comQueSend::copyFunc_t comQueSend::dbrCopyVector [39] = {
};
comBuf * comQueSend::popNextComBufToSend ()
epicsThrows (( std::bad_alloc ))
epicsThrows (( ))
{
comBuf *pBuf = this->bufs.get ();
if ( pBuf ) {