diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMacroCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx index 3e1fc2d..8253fee 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; |