summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-10 19:21:18 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-10 19:21:18 (GMT)
commit772817242bf1c94697b06f711f1cd24ad5b0d8d8 (patch)
tree8cc8ceb4fb67d3b8d9d18c151c9ebd45c72b5cbd /Source/cmGlobalVisualStudio6Generator.cxx
parentb90e9f9c3a61294b40bd45cada70c24d35bc705d (diff)
downloadCMake-772817242bf1c94697b06f711f1cd24ad5b0d8d8.zip
CMake-772817242bf1c94697b06f711f1cd24ad5b0d8d8.tar.gz
CMake-772817242bf1c94697b06f711f1cd24ad5b0d8d8.tar.bz2
Remove unused variable "rootdir" in VS generators
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index 203ca77..fe44e20 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -197,8 +197,6 @@ void cmGlobalVisualStudio6Generator
this->GetTargetSets(projectTargets, originalTargets, root, generators);
OrderedTargetDependSet orderedProjectTargets(projectTargets);
- std::string rootdir = root->GetMakefile()->GetStartOutputDirectory();
- rootdir += "/";
for(OrderedTargetDependSet::const_iterator
tt = orderedProjectTargets.begin();
tt != orderedProjectTargets.end(); ++tt)