ENH: fix warning

This commit is contained in:
Bill Hoffman 2006-12-01 15:28:00 -05:00
parent 49a3349b59
commit 6600143ea1

View File

@ -235,7 +235,6 @@ bool cmMacroHelperCommand::InvokeInitialPass
} }
if(!this->Makefile->ExecuteCommand(newLFF)) if(!this->Makefile->ExecuteCommand(newLFF))
{ {
cmListFileArgument arg;
if(args.size()) if(args.size())
{ {
arg.FilePath = args[0].FilePath; arg.FilePath = args[0].FilePath;