Ninja: Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-09-26 12:39:06 +02:00
parent a100888b75
commit 9096daaf5c
1 changed files with 0 additions and 1 deletions

View File

@ -631,7 +631,6 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
std::string cmakeCommand =
this->GetLocalGenerator()->ConvertToOutputFormat(
cmSystemTools::GetCMakeCommand(), cmLocalGenerator::SHELL);
std::string dllname = targetOutput;
std::string name_of_def_file
= target.GetSupportDirectory();
name_of_def_file += "/" + target.GetName();