KUNAI-static-analyzer
KUNAI-static-analyzer copied to clipboard
C++ Improvement: Remove "this" when not necessary
It's not necessary to use this
inside of a method when another variable with same name does not exist, so the use of this->
is not necessary.