[cmake-commits] hoffman committed ProcessUNIX.c 1.66 1.67

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 5 09:02:34 EST 2006


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

Modified Files:
	ProcessUNIX.c 
Log Message:
COMP: remove warning


Index: ProcessUNIX.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/ProcessUNIX.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ProcessUNIX.c	5 Dec 2006 13:39:22 -0000	1.66
+++ ProcessUNIX.c	5 Dec 2006 14:02:32 -0000	1.67
@@ -2440,7 +2440,6 @@
      given process object that a child has exited.  */
   {
   /* Create the pipe.  */
-  int oldfl[2];
   int p[2];
   if(pipe(p) < 0)
     {



More information about the Cmake-commits mailing list