diff options
author | Brad King <brad.king@kitware.com> | 2010-12-10 19:21:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-10 19:21:18 (GMT) |
commit | 772817242bf1c94697b06f711f1cd24ad5b0d8d8 (patch) | |
tree | 8cc8ceb4fb67d3b8d9d18c151c9ebd45c72b5cbd /Source/cmGlobalVisualStudio6Generator.cxx | |
parent | b90e9f9c3a61294b40bd45cada70c24d35bc705d (diff) | |
download | CMake-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.cxx | 2 |
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) |