summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-01 20:32:48 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-01 20:32:48 (GMT)
commit16e72dc1fb8e1b69f8ef662bc1679257db243f82 (patch)
tree195f894b7c414d95b3c7891cec841c1d8638f286 /Source/cmMacroCommand.cxx
parent965ad87afaa21cdfc26d6c948d450be43bd30d1f (diff)
downloadCMake-16e72dc1fb8e1b69f8ef662bc1679257db243f82.zip
CMake-16e72dc1fb8e1b69f8ef662bc1679257db243f82.tar.gz
CMake-16e72dc1fb8e1b69f8ef662bc1679257db243f82.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;