From 05b5600444a3698f4fc0f2467b7e55fcc7b576a6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Feb 2007 15:22:42 -0500 Subject: [PATCH] STYLE: Removed unused method declarations. --- Source/cmLocalVisualStudio7Generator.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 3f1369ff7..1357727c1 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -70,16 +70,6 @@ private: typedef cmLocalVisualStudio7GeneratorOptions Options; void ReadAndStoreExternalGUID(const char* name, const char* path); - void ReplaceFlagSetMap(std::string& flags, - cmVS7FlagTable* flagTable, - std::map& flagMap, - std::string& option, - std::string::size_type pos); - void FillFlagMapFromCommandFlags(std::map& flagMap, - cmVS7FlagTable* flagTable, - std::string& flags); std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags, const char* configName); void FixGlobalTargets();