[Cmake-commits] [cmake-commits] king committed SystemTools.cxx 1.245 1.246

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 22 14:19:19 EDT 2009


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

Modified Files:
	SystemTools.cxx 
Log Message:
COMP: Remove useless variable assignment

This removes an assignment whose result is never used, thus quieting a
warning from Borland.


Index: SystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemTools.cxx,v
retrieving revision 1.245
retrieving revision 1.246
diff -C 2 -d -r1.245 -r1.246
*** SystemTools.cxx	11 Jun 2009 19:25:48 -0000	1.245
--- SystemTools.cxx	22 Jun 2009 18:19:17 -0000	1.246
***************
*** 3964,3968 ****
      // Append the data read to the line.
      line.append(buffer);
-     sizeLimit = sizeLimit - static_cast<long>(length);
      }
  
--- 3964,3967 ----



More information about the Cmake-commits mailing list