KUNAI-static-analyzer
KUNAI-static-analyzer copied to clipboard
C++ Improvement: Remove unnecessary checks
In case a variable is a constant value, or previously there's always an assignment to that variable, remove unnecessary checks for null
values or nullptr
values