mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Ninja: Remove unused variable.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user