summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-26 10:39:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-09-27 10:08:06 (GMT)
commit9096daaf5ca23aa4004954c0408b15ef5e6f4ca4 (patch)
tree0ffc3f4a0ea79aaaa10b8a1e5210c237e246a0eb /Source
parenta100888b757ec48781d873824e13b0255602162d (diff)
downloadCMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.zip
CMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.tar.gz
CMake-9096daaf5ca23aa4004954c0408b15ef5e6f4ca4.tar.bz2
Ninja: Remove unused variable.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx1
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();