mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05: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,
|
cmLocalGenerator::ExpandRuleVariables(std::string& s,
|
||||||
const RuleVariables& replaceValues)
|
const RuleVariables& replaceValues)
|
||||||
{
|
{
|
||||||
std::vector<std::string> enabledLanguages;
|
|
||||||
this->GlobalGenerator->GetEnabledLanguages(enabledLanguages);
|
|
||||||
this->InsertRuleLauncher(s, replaceValues.CMTarget,
|
this->InsertRuleLauncher(s, replaceValues.CMTarget,
|
||||||
replaceValues.RuleLauncher);
|
replaceValues.RuleLauncher);
|
||||||
std::string::size_type start = s.find('<');
|
std::string::size_type start = s.find('<');
|
||||||
|
|||||||
Reference in New Issue
Block a user