Remove unnecessary null pointer checks
elfring opened this issue · 2 comments
elfring commented
An extra null pointer check is not needed in functions like the following.
balloonwj commented
ok,I will do it.
elfring commented
🤔 How do you think about to use a development tool like “clang-tidy” for corresponding source code adjustments?