remove more warnings

This commit is contained in:
Bill Hoffman 2003-11-26 16:15:18 -05:00
parent d89adbf049
commit 587370e1e2
2 changed files with 0 additions and 2 deletions

View File

@ -351,7 +351,6 @@ void cmGlobalVisualStudio6Generator::OutputDSWFile()
std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it;
for(it = m_SubProjectMap.begin(); it!= m_SubProjectMap.end(); ++it)
{
std::vector<cmLocalGenerator*>& gen = it->second;
this->OutputDSWFile(it->second);
}
}

View File

@ -295,7 +295,6 @@ void cmGlobalVisualStudio7Generator::OutputSLNFile()
std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it;
for(it = m_SubProjectMap.begin(); it!= m_SubProjectMap.end(); ++it)
{
std::vector<cmLocalGenerator*>& gen = it->second;
this->OutputSLNFile(it->second);
}
}