foreach: Remove unused variables.
This commit is contained in:
parent
aaeec642ca
commit
ad16747927
@ -44,8 +44,6 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
|
|||||||
std::vector<std::string>::const_iterator j = this->Args.begin();
|
std::vector<std::string>::const_iterator j = this->Args.begin();
|
||||||
++j;
|
++j;
|
||||||
|
|
||||||
std::string tmps;
|
|
||||||
cmListFileArgument arg;
|
|
||||||
for( ; j != this->Args.end(); ++j)
|
for( ; j != this->Args.end(); ++j)
|
||||||
{
|
{
|
||||||
// set the variable to the loop value
|
// set the variable to the loop value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user