[cmake-commits] hoffman committed cmMacroCommand.cxx 1.31 1.32

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 1 15:28:02 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14678

Modified Files:
	cmMacroCommand.cxx 
Log Message:
ENH: fix warning 


Index: cmMacroCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMacroCommand.cxx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cmMacroCommand.cxx	1 Dec 2006 15:30:11 -0000	1.31
+++ cmMacroCommand.cxx	1 Dec 2006 20:28:00 -0000	1.32
@@ -235,7 +235,6 @@
       }
     if(!this->Makefile->ExecuteCommand(newLFF))
       {
-      cmListFileArgument arg;
       if(args.size())
         {
         arg.FilePath = args[0].FilePath;



More information about the Cmake-commits mailing list