diff options
author | Brad King <brad.king@kitware.com> | 2014-07-22 17:10:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-22 19:24:57 (GMT) |
commit | 848fab9575271f41c9632086011af4c4560702e3 (patch) | |
tree | 7692d58f929aad97a283d79502ab3a803ae832c4 | |
parent | 85cea8a7af77cd482f4d3c7ec15f68bc5adeb0ba (diff) | |
download | CMake-848fab9575271f41c9632086011af4c4560702e3.zip CMake-848fab9575271f41c9632086011af4c4560702e3.tar.gz CMake-848fab9575271f41c9632086011af4c4560702e3.tar.bz2 |
cmGlobalVisualStudio7Generator: Remove unused variable
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.cxx | 1 |
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)) |