summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-01 15:32:48 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-01 15:32:48 -0500
commit16e72dc1fb8e1b69f8ef662bc1679257db243f82 (patch)
tree195f894b7c414d95b3c7891cec841c1d8638f286
parent965ad87afaa21cdfc26d6c948d450be43bd30d1f (diff)
downloadcmake-16e72dc1fb8e1b69f8ef662bc1679257db243f82.tar.gz
ENH: fix warning
-rw-r--r--Source/cmMacroCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx
index 3e1fc2d546..8253feefcd 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;