mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
cmGlobalGenerator: Remove unused variable.
This commit is contained in:
@@ -2911,7 +2911,6 @@ void cmGlobalGenerator::WriteSummary()
|
|||||||
cmGeneratedFileStream fout(fname.c_str());
|
cmGeneratedFileStream fout(fname.c_str());
|
||||||
|
|
||||||
// Generate summary information files for each target.
|
// Generate summary information files for each target.
|
||||||
std::string dir;
|
|
||||||
for(std::map<cmStdString,cmTarget *>::const_iterator ti =
|
for(std::map<cmStdString,cmTarget *>::const_iterator ti =
|
||||||
this->TotalTargets.begin(); ti != this->TotalTargets.end(); ++ti)
|
this->TotalTargets.begin(); ti != this->TotalTargets.end(); ++ti)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user