summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-22 20:44:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-22 20:44:42 (GMT)
commit9cca063c7d7d2c9f9e35129fe10e39071d321b19 (patch)
tree02a28126ee33c4a8dd99b67cf05f26d9332bf497 /Source/cmLocalVisualStudio6Generator.cxx
parentc8750db71f126ae4b4fd24b6d3028f06118abffa (diff)
downloadCMake-9cca063c7d7d2c9f9e35129fe10e39071d321b19.zip
CMake-9cca063c7d7d2c9f9e35129fe10e39071d321b19.tar.gz
CMake-9cca063c7d7d2c9f9e35129fe10e39071d321b19.tar.bz2
fix compilation
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index de22436..515dfa4 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/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 = " ";