[cmake-commits] king committed cmLocalVisualStudio7Generator.h 1.31 1.32

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 1 15:22:44 EST 2007


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

Modified Files:
	cmLocalVisualStudio7Generator.h 
Log Message:
STYLE: Removed unused method declarations.


Index: cmLocalVisualStudio7Generator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cmLocalVisualStudio7Generator.h	1 Feb 2007 16:49:27 -0000	1.31
+++ cmLocalVisualStudio7Generator.h	1 Feb 2007 20:22:42 -0000	1.32
@@ -70,16 +70,6 @@
   typedef cmLocalVisualStudio7GeneratorOptions Options;
   void ReadAndStoreExternalGUID(const char* name,
                                 const char* path);
-  void ReplaceFlagSetMap(std::string& flags, 
-                         cmVS7FlagTable* flagTable,
-                         std::map<cmStdString, 
-                         cmStdString>& flagMap, 
-                         std::string& option,
-                         std::string::size_type pos);
-  void FillFlagMapFromCommandFlags(std::map<cmStdString, 
-                                   cmStdString>& flagMap,
-                                   cmVS7FlagTable* flagTable,
-                                   std::string& flags);
   std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
                                       const char* configName);
   void FixGlobalTargets();



More information about the Cmake-commits mailing list