summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index 3f1369f..1357727 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<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();