diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 12:39:06 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-27 12:08:06 +0200 |
commit | 9096daaf5ca23aa4004954c0408b15ef5e6f4ca4 (patch) | |
tree | 0ffc3f4a0ea79aaaa10b8a1e5210c237e246a0eb /Source/cmNinjaNormalTargetGenerator.cxx | |
parent | a100888b757ec48781d873824e13b0255602162d (diff) | |
download | cmake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.tar.gz |
Ninja: Remove unused variable.
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx index 7e7e600220..6d96af51cd 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -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(); |