Browse Source

ENH: fix warning

Bill Hoffman 19 years ago
parent
commit
6600143ea1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmMacroCommand.cxx

+ 0 - 1
Source/cmMacroCommand.cxx

@@ -235,7 +235,6 @@ bool cmMacroHelperCommand::InvokeInitialPass
       }
       }
     if(!this->Makefile->ExecuteCommand(newLFF))
     if(!this->Makefile->ExecuteCommand(newLFF))
       {
       {
-      cmListFileArgument arg;
       if(args.size())
       if(args.size())
         {
         {
         arg.FilePath = args[0].FilePath;
         arg.FilePath = args[0].FilePath;