mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:43:03 +01:00
Explicit NULL check makes no sense when validating against array of known handles (pointers)
This commit is contained in:
parent
524948c027
commit
b8a04dae7e
@ -380,7 +380,7 @@ public:
|
||||
|
||||
bool checkHandle() const
|
||||
{
|
||||
if (!this || !isKnownHandle())
|
||||
if (!isKnownHandle())
|
||||
return false;
|
||||
|
||||
mutex()->release();
|
||||
|
Loading…
Reference in New Issue
Block a user