Ninja: Remove unused variable.
This commit is contained in:
parent
a100888b75
commit
9096daaf5c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue