debuglevels: removed unreachable code (unxsol* WaE)

This commit is contained in:
Frank Schoenheit [fs] 2011-02-23 21:05:20 +01:00
parent 192c891e56
commit 64c6484120

View file

@ -1717,7 +1717,6 @@ void DbgOut( const sal_Char* pMsg, sal_uInt16 nDbgOut, const sal_Char* pFile, sa
if ( pData->pDbgAbort != NULL ) if ( pData->pDbgAbort != NULL )
pData->pDbgAbort( aBufOut ); pData->pDbgAbort( aBufOut );
abort(); abort();
nOut = DBG_OUT_DEBUGGER;
} }
if ( nOut == DBG_OUT_DEBUGGER ) if ( nOut == DBG_OUT_DEBUGGER )