cmGlobalVisualStudio7Generator: Remove unused variable
This commit is contained in:
parent
85cea8a7af
commit
848fab9575
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue