summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-22 17:10:14 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-22 19:24:57 (GMT)
commit848fab9575271f41c9632086011af4c4560702e3 (patch)
tree7692d58f929aad97a283d79502ab3a803ae832c4 /Source/cmGlobalVisualStudio7Generator.cxx
parent85cea8a7af77cd482f4d3c7ec15f68bc5adeb0ba (diff)
downloadCMake-848fab9575271f41c9632086011af4c4560702e3.zip
CMake-848fab9575271f41c9632086011af4c4560702e3.tar.gz
CMake-848fab9575271f41c9632086011af4c4560702e3.tar.bz2
cmGlobalVisualStudio7Generator: Remove unused variable
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 602d678..3d79357 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -773,7 +773,6 @@ void cmGlobalVisualStudio7Generator::WriteExternalProject(std::ostream& fout,
const char* typeGuid,
const std::set<std::string>&)
{
- std::string d = cmSystemTools::ConvertToOutputPath(location);
fout << "Project("
<< "\"{"
<< (typeGuid ? typeGuid : this->ExternalProjectType(location))