diff options
-rw-r--r-- | Source/cmMakefile.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 56766dc..5be6b1b 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); |