diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-21 23:12:38 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 20:54:11 (GMT) |
commit | 91a829c165209b96c20d17f8eb7d46d3375cc57c (patch) | |
tree | 519320da5d6357884d35971ace5121ce393f03e6 /Source | |
parent | e0213882222798eec587a4dbed6f28555d64b8d9 (diff) | |
download | CMake-91a829c165209b96c20d17f8eb7d46d3375cc57c.zip CMake-91a829c165209b96c20d17f8eb7d46d3375cc57c.tar.gz CMake-91a829c165209b96c20d17f8eb7d46d3375cc57c.tar.bz2 |
Makefiles: Remove unused variable
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 27d631e..3972b41 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -173,7 +173,6 @@ void cmLocalUnixMakefileGenerator3::ComputeObjectFilenames( void cmLocalUnixMakefileGenerator3:: GetLocalObjectFiles(std::map<std::string, LocalObjectInfo> &localObjectFiles) { - std::set<std::string> emitted; std::vector<cmGeneratorTarget*> targets = this->GetGeneratorTargets(); for(std::vector<cmGeneratorTarget*>::iterator ti = targets.begin(); ti != targets.end(); ++ti) |