STYLE: Removed unused method declarations.
This commit is contained in:
parent
939ae77b7b
commit
05b5600444
|
@ -70,16 +70,6 @@ private:
|
||||||
typedef cmLocalVisualStudio7GeneratorOptions Options;
|
typedef cmLocalVisualStudio7GeneratorOptions Options;
|
||||||
void ReadAndStoreExternalGUID(const char* name,
|
void ReadAndStoreExternalGUID(const char* name,
|
||||||
const char* path);
|
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,
|
std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
|
||||||
const char* configName);
|
const char* configName);
|
||||||
void FixGlobalTargets();
|
void FixGlobalTargets();
|
||||||
|
|
Loading…
Reference in New Issue