Kaydet (Commit) 8a1fbd41 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove redundant OSL_ENSURE

Change-Id: Icb3c4a4afe80e50d6f39e9a8092eab71afed2e2d
üst 1e8482db
......@@ -1744,10 +1744,7 @@ void DbgAbort( char const * i_message )
void ImplDbgTestSolarMutex()
{
bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex();
(void)bCheck;
OSL_ENSURE( bCheck, "SolarMutex not locked" );
assert(bCheck);
assert(ImplGetSVData()->mpDefInst->CheckYieldMutex());
}
// =======================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment