sqlitestudio icon indicating copy to clipboard operation
sqlitestudio copied to clipboard

Remove unnecessary null pointer checks

Open elfring opened this issue 2 years ago • 2 comments

An extra null pointer check is not needed in functions like the following.

elfring avatar Jan 11 '23 18:01 elfring

Thanks! I will clean it up everywhere at some point.

pawelsalawa avatar Jan 11 '23 22:01 pawelsalawa

:thought_balloon: Would you become interested to use a development tool like “clang-tidy” for corresponding source code adjustments?

elfring avatar Jan 12 '23 07:01 elfring