diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 56766dcd5..5be6b1bc0 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -126,10 +126,7 @@ public: } return true; } - else - { - return false; - } + return false; } // First localize the definition in the current scope. this->GetDefinition(var);