Clean up unused code warnings from Clang

This commit is contained in:
Andrew Johnson
2016-10-14 13:48:56 -05:00
parent f73d48bb6a
commit 1351eceead
6 changed files with 3 additions and 56 deletions

View File

@@ -149,9 +149,9 @@ cac::cac (
iiuExistenceCount ( 0u ),
cacShutdownInProgress ( false )
{
if ( ! osiSockAttach () ) {
throwWithLocation ( caErrorCode (ECA_INTERNAL) );
}
if ( ! osiSockAttach () ) {
throwWithLocation ( udpiiu :: noSocket () );
}
try {
long status;