BatchDrake / SigDigger

Qt-based digital signal analyzer, using Suscan core and Sigutils DSP library
https://batchdrake.github.io/SigDigger/
GNU General Public License v3.0
925 stars 91 forks source link

Remove unnecessary null pointer checks #233

Closed elfring closed 7 months ago

elfring commented 7 months ago

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

elfring commented 7 months ago

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