debuglevels: removed unreachable code (unxsol* WaE)
This commit is contained in:
parent
192c891e56
commit
64c6484120
1 changed files with 0 additions and 1 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue