diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-01 20:28:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-01 20:28:00 (GMT) |
commit | 6600143ea14b3904f05587e7a5912fe19be418bb (patch) | |
tree | cf322034c788e7ab237bb3897341138718ab591a /Source/cmMacroCommand.cxx | |
parent | 49a3349b59791ec68c9932fcfb9119be039d8316 (diff) | |
download | CMake-6600143ea14b3904f05587e7a5912fe19be418bb.zip CMake-6600143ea14b3904f05587e7a5912fe19be418bb.tar.gz CMake-6600143ea14b3904f05587e7a5912fe19be418bb.tar.bz2 |
ENH: fix warning
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-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; |