summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-24 09:07:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-24 09:09:59 (GMT)
commitad167479270e55151df54603496f6ee6bd3b0e42 (patch)
treed331bf2f84ce3cddadd3f5be147d46e5e8b1d429 /Source/cmForEachCommand.cxx
parentaaeec642ca9dfaf301c9a4c38e4b513564c41a5f (diff)
downloadCMake-ad167479270e55151df54603496f6ee6bd3b0e42.zip
CMake-ad167479270e55151df54603496f6ee6bd3b0e42.tar.gz
CMake-ad167479270e55151df54603496f6ee6bd3b0e42.tar.bz2
foreach: Remove unused variables.
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r--Source/cmForEachCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx
index 8e3510d..0dcda4d 100644
--- a/Source/cmForEachCommand.cxx
+++ b/Source/cmForEachCommand.cxx
@@ -44,8 +44,6 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
std::vector<std::string>::const_iterator j = this->Args.begin();
++j;
- std::string tmps;
- cmListFileArgument arg;
for( ; j != this->Args.end(); ++j)
{
// set the variable to the loop value