[Base] remove unnecessary Boolean comparisons
This commit is contained in:
@@ -1242,7 +1242,7 @@ BOOL StackWalker::ShowCallstack(HANDLE hThread, const CONTEXT *context, PReadPro
|
||||
cleanup:
|
||||
if (pSym) free( pSym );
|
||||
|
||||
if (bLastEntryCalled == false)
|
||||
if (!bLastEntryCalled)
|
||||
this->OnCallstackEntry(lastEntry, csEntry);
|
||||
|
||||
if (context == NULL)
|
||||
|
||||
Reference in New Issue
Block a user