Browse Source

remove more warnings

Bill Hoffman 22 years ago
parent
commit
587370e1e2

+ 0 - 1
Source/cmGlobalVisualStudio6Generator.cxx

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

+ 0 - 1
Source/cmGlobalVisualStudio7Generator.cxx

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