summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-01 20:28:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-01 20:28:00 (GMT)
commit6600143ea14b3904f05587e7a5912fe19be418bb (patch)
treecf322034c788e7ab237bb3897341138718ab591a /Source/cmMacroCommand.cxx
parent49a3349b59791ec68c9932fcfb9119be039d8316 (diff)
downloadCMake-6600143ea14b3904f05587e7a5912fe19be418bb.zip
CMake-6600143ea14b3904f05587e7a5912fe19be418bb.tar.gz
CMake-6600143ea14b3904f05587e7a5912fe19be418bb.tar.bz2
ENH: fix warning
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-rw-r--r--Source/cmMacroCommand.cxx1
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;