summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-11-07 12:45:30 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-11-07 12:45:30 (GMT)
commitbd8bdb6fddcf45bdd558158e9129a5dbeef47a07 (patch)
tree69851718f2430cb3bf4af3cf5d634b0610904dec /Source/cmGlobalVisualStudio6Generator.cxx
parent4b3cb2587694a57566963eb6866f17602c337d44 (diff)
downloadCMake-bd8bdb6fddcf45bdd558158e9129a5dbeef47a07.zip
CMake-bd8bdb6fddcf45bdd558158e9129a5dbeef47a07.tar.gz
CMake-bd8bdb6fddcf45bdd558158e9129a5dbeef47a07.tar.bz2
Resolve warnings about unused variables.
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index e8ca788..0ec4850 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -200,7 +200,6 @@ void cmGlobalVisualStudio6Generator
tt != orderedProjectTargets.end(); ++tt)
{
cmTarget* target = *tt;
- cmMakefile* mf = target->GetMakefile();
// Write the project into the DSW file
const char* expath = target->GetProperty("EXTERNAL_MSPROJECT");
if(expath)