summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-25 13:43:19 (GMT)
committerBrad King <brad.king@kitware.com>2009-06-25 13:43:19 (GMT)
commitb9a98ef65b2c586d593219256a05a09c71216eee (patch)
tree3b9f48a46b38cb719ba51dc1c92791ff7cb04966 /Source/cmLocalUnixMakefileGenerator3.cxx
parentef756b96e4614d5aa6d75eae72090d4833ae49af (diff)
downloadCMake-b9a98ef65b2c586d593219256a05a09c71216eee.zip
CMake-b9a98ef65b2c586d593219256a05a09c71216eee.tar.gz
CMake-b9a98ef65b2c586d593219256a05a09c71216eee.tar.bz2
STYLE: Remove unused variable
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 094f462..c37a80b 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 =