Drop unnecessary boolean casts after type refactor
This commit is contained in:
@@ -24,7 +24,7 @@ BOOLEAN
|
||||
KE::KUbsan::CheckReport(PKUBSAN_SOURCE_LOCATION Location)
|
||||
{
|
||||
/* Make sure, this error should be reported */
|
||||
return (BOOLEAN)!ActiveFrame;
|
||||
return !ActiveFrame;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user