Source: Delete unused prototypes

This commit is contained in:
Vitaly Stakhovsky
2024-07-29 10:45:02 -04:00
parent feb67ce718
commit 61ce6a6eeb
4 changed files with 0 additions and 13 deletions

View File

@@ -185,9 +185,6 @@ protected:
VSDependMap VSTargetDepends;
void ComputeVSTargetDepends(cmGeneratorTarget*);
bool CheckTargetLinks(cmGeneratorTarget& target, const std::string& name);
std::string GetUtilityForTarget(cmGeneratorTarget& target,
const std::string&);
virtual std::string WriteUtilityDepend(cmGeneratorTarget const*) = 0;
std::string GetUtilityDepend(const cmGeneratorTarget* target);
using UtilityDependsMap = std::map<cmGeneratorTarget const*, std::string>;

View File

@@ -153,9 +153,6 @@ public:
std::string GetObjectLibrary() const;
private:
template <typename ValueType>
void StoreProperty(const std::string& prop, ValueType value);
cmSourceFileLocation Location;
cmPropertyMap Properties;
std::unique_ptr<cmCustomCommand> CustomCommand;

View File

@@ -76,10 +76,6 @@ public:
void AddImportedTargetName(std::string const& name);
private:
template <typename ValueType>
void StoreProperty(const std::string& prop, ValueType value,
cmListFileBacktrace const& lfbt);
cmLinkedTree<cmStateDetail::BuildsystemDirectoryStateType>::iterator
DirectoryState;
cmStateSnapshot Snapshot_;

View File

@@ -336,9 +336,6 @@ public:
bool HasFileSets() const;
private:
template <typename ValueType>
void StoreProperty(const std::string& prop, ValueType value);
// Internal representation details.
friend class cmGeneratorTarget;