mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
cmGeneratorExpressionNode: Remove unused variable.
This commit is contained in:
@@ -1369,8 +1369,6 @@ static const struct CompileFeaturesNode : public cmGeneratorExpressionNode
|
||||
|
||||
bool evalLL = dagChecker && dagChecker->EvaluatingLinkLibraries();
|
||||
|
||||
std::string result;
|
||||
|
||||
for (LangMap::const_iterator lit = testedFeatures.begin();
|
||||
lit != testedFeatures.end(); ++lit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user