diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx index 3e1fc2d54..8253feefc 100644 --- a/Source/cmMacroCommand.cxx +++ b/Source/cmMacroCommand.cxx @@ -235,7 +235,6 @@ bool cmMacroHelperCommand::InvokeInitialPass } if(!this->Makefile->ExecuteCommand(newLFF)) { - cmListFileArgument arg; if(args.size()) { arg.FilePath = args[0].FilePath;