diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 10:39:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-27 10:08:06 (GMT) |
commit | 9096daaf5ca23aa4004954c0408b15ef5e6f4ca4 (patch) | |
tree | 0ffc3f4a0ea79aaaa10b8a1e5210c237e246a0eb /Source | |
parent | a100888b757ec48781d873824e13b0255602162d (diff) | |
download | CMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.zip CMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.tar.gz CMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.tar.bz2 |
Ninja: Remove unused variable.
Diffstat (limited to 'Source')
-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 7e7e600..6d96af5 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(); |