Remove unused vector population.

The call to GetEnabledLanguages does not have side-effects.
This commit is contained in:
Stephen Kelly 2013-04-17 21:30:07 +02:00
parent 44258cc26c
commit 994dc70bc4
1 changed files with 0 additions and 2 deletions

View File

@ -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('<');