mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
cmMakefile: Don't use else after return.
This commit is contained in:
@@ -126,10 +126,7 @@ public:
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
// First localize the definition in the current scope.
|
||||
this->GetDefinition(var);
|
||||
|
||||
Reference in New Issue
Block a user