|
|
@@ -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);
|
|
|
}
|
|
|
}
|