cmMakefile: Don't use else after return.

This commit is contained in:
Stephen Kelly 2015-05-17 13:20:34 +02:00
parent c42f0e2b3e
commit bdd1aa91ae
1 changed files with 1 additions and 4 deletions

View File

@ -126,10 +126,7 @@ public:
}
return true;
}
else
{
return false;
}
return false;
}
// First localize the definition in the current scope.
this->GetDefinition(var);