Browse Source

fix compilation

Bill Hoffman 21 years ago
parent
commit
9cca063c7d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalVisualStudio6Generator.cxx

+ 0 - 1
Source/cmLocalVisualStudio6Generator.cxx

@@ -1051,7 +1051,6 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
       = m_Makefile->GetDefinition("CMAKE_DEBUG_POSTFIX");
     cmSystemTools::ReplaceString(line, "DEBUG_POSTFIX", 
       debugPostfix?debugPostfix:"");
-    cmGlobalGenerator* gen = this->GetGlobalGenerator();
     // store flags for each configuration
     std::string flags = " ";
     std::string flagsRelease = " ";