cmGlobalVisualStudio7Generator: Remove unused variable

This commit is contained in:
Brad King 2014-07-22 13:10:14 -04:00
parent 85cea8a7af
commit 848fab9575
1 changed files with 0 additions and 1 deletions

View File

@ -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))