mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Remove unused vector population.
The call to GetEnabledLanguages does not have side-effects.
This commit is contained in:
@@ -1084,8 +1084,6 @@ void
|
||||
cmLocalGenerator::ExpandRuleVariables(std::string& s,
|
||||
const RuleVariables& replaceValues)
|
||||
{
|
||||
std::vector<std::string> enabledLanguages;
|
||||
this->GlobalGenerator->GetEnabledLanguages(enabledLanguages);
|
||||
this->InsertRuleLauncher(s, replaceValues.CMTarget,
|
||||
replaceValues.RuleLauncher);
|
||||
std::string::size_type start = s.find('<');
|
||||
|
||||
Reference in New Issue
Block a user