From 848fab9575271f41c9632086011af4c4560702e3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 22 Jul 2014 13:10:14 -0400 Subject: cmGlobalVisualStudio7Generator: Remove unused variable --- Source/cmGlobalVisualStudio7Generator.cxx | 1 - 1 file changed, 1 deletion(-) 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 d = cmSystemTools::ConvertToOutputPath(location); fout << "Project(" << "\"{" << (typeGuid ? typeGuid : this->ExternalProjectType(location)) -- cgit v0.12