ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
685 stars 86 forks source link

Remove unnecessary null pointer checks #71

Closed elfring closed 4 years ago

elfring commented 6 years ago

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

ruben2020 commented 4 years ago

Fixed in the develop branch.