summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-25 09:43:19 -0400
committerBrad King <brad.king@kitware.com>2009-06-25 09:43:19 -0400
commitb9a98ef65b2c586d593219256a05a09c71216eee (patch)
tree3b9f48a46b38cb719ba51dc1c92791ff7cb04966 /Source
parentef756b96e4614d5aa6d75eae72090d4833ae49af (diff)
downloadcmake-b9a98ef65b2c586d593219256a05a09c71216eee.tar.gz
STYLE: Remove unused variable
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 094f462812..c37a80b260 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -126,7 +126,6 @@ void cmLocalUnixMakefileGenerator3::Generate()
// Generate the rule files for each target.
cmTargets& targets = this->Makefile->GetTargets();
- std::string empty;
for(cmTargets::iterator t = targets.begin(); t != targets.end(); ++t)
{
cmMakefileTargetGenerator *tg =