mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Source: Delete unused prototypes
This commit is contained in:
@@ -185,9 +185,6 @@ protected:
|
|||||||
VSDependMap VSTargetDepends;
|
VSDependMap VSTargetDepends;
|
||||||
void ComputeVSTargetDepends(cmGeneratorTarget*);
|
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;
|
virtual std::string WriteUtilityDepend(cmGeneratorTarget const*) = 0;
|
||||||
std::string GetUtilityDepend(const cmGeneratorTarget* target);
|
std::string GetUtilityDepend(const cmGeneratorTarget* target);
|
||||||
using UtilityDependsMap = std::map<cmGeneratorTarget const*, std::string>;
|
using UtilityDependsMap = std::map<cmGeneratorTarget const*, std::string>;
|
||||||
|
|||||||
@@ -153,9 +153,6 @@ public:
|
|||||||
std::string GetObjectLibrary() const;
|
std::string GetObjectLibrary() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template <typename ValueType>
|
|
||||||
void StoreProperty(const std::string& prop, ValueType value);
|
|
||||||
|
|
||||||
cmSourceFileLocation Location;
|
cmSourceFileLocation Location;
|
||||||
cmPropertyMap Properties;
|
cmPropertyMap Properties;
|
||||||
std::unique_ptr<cmCustomCommand> CustomCommand;
|
std::unique_ptr<cmCustomCommand> CustomCommand;
|
||||||
|
|||||||
@@ -76,10 +76,6 @@ public:
|
|||||||
void AddImportedTargetName(std::string const& name);
|
void AddImportedTargetName(std::string const& name);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template <typename ValueType>
|
|
||||||
void StoreProperty(const std::string& prop, ValueType value,
|
|
||||||
cmListFileBacktrace const& lfbt);
|
|
||||||
|
|
||||||
cmLinkedTree<cmStateDetail::BuildsystemDirectoryStateType>::iterator
|
cmLinkedTree<cmStateDetail::BuildsystemDirectoryStateType>::iterator
|
||||||
DirectoryState;
|
DirectoryState;
|
||||||
cmStateSnapshot Snapshot_;
|
cmStateSnapshot Snapshot_;
|
||||||
|
|||||||
@@ -336,9 +336,6 @@ public:
|
|||||||
bool HasFileSets() const;
|
bool HasFileSets() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template <typename ValueType>
|
|
||||||
void StoreProperty(const std::string& prop, ValueType value);
|
|
||||||
|
|
||||||
// Internal representation details.
|
// Internal representation details.
|
||||||
friend class cmGeneratorTarget;
|
friend class cmGeneratorTarget;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user