cmFunctionCommand: Remove ineffectual code.

The name variable is never used.
This commit is contained in:
Stephen Kelly 2015-02-21 11:01:21 +01:00
parent 1116698a89
commit f19692342b
1 changed files with 0 additions and 5 deletions

View File

@ -175,11 +175,6 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
// if this is the endfunction for this function then execute
if (!this->Depth)
{
std::string name = this->Args[0];
name += "( ";
name += cmJoin(this->Args, " ");
name += " )";
// create a new command and add it to cmake
cmFunctionHelperCommand *f = new cmFunctionHelperCommand();
f->Args = this->Args;