diff options
author | Brad King <brad.king@kitware.com> | 2009-06-25 13:43:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-06-25 13:43:19 (GMT) |
commit | b9a98ef65b2c586d593219256a05a09c71216eee (patch) | |
tree | 3b9f48a46b38cb719ba51dc1c92791ff7cb04966 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | ef756b96e4614d5aa6d75eae72090d4833ae49af (diff) | |
download | CMake-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.cxx | 1 |
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 = |