[Cmake-commits] [cmake-commits] alex committed cmGlobalUnixMakefileGenerator3.h 1.56 1.57

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 9 16:45:20 EST 2009


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

Modified Files:
	cmGlobalUnixMakefileGenerator3.h 
Log Message:
COMP: remove unused variable TargetSourceFileCount, it seems it is unused since version 1.88 of cmGlobalUnixMakefileGenerator3.cxx
patch by Daniel DOT Teske AT Nokia DOT com

Alex


Index: cmGlobalUnixMakefileGenerator3.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalUnixMakefileGenerator3.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -C 2 -d -r1.56 -r1.57
*** cmGlobalUnixMakefileGenerator3.h	29 May 2008 15:50:33 -0000	1.56
--- cmGlobalUnixMakefileGenerator3.h	9 Feb 2009 21:45:18 -0000	1.57
***************
*** 177,181 ****
    std::string EmptyRuleHackCommand;
  
-   std::map<cmStdString, int > TargetSourceFileCount;
    bool ForceVerboseMakefiles;
  };
--- 177,180 ----



More information about the Cmake-commits mailing list