From 61ce6a6eeb9164d321663a755b12d2625dfa6cbb Mon Sep 17 00:00:00 2001 From: Vitaly Stakhovsky Date: Mon, 29 Jul 2024 10:45:02 -0400 Subject: Source: Delete unused prototypes --- Source/cmGlobalVisualStudioGenerator.h | 3 --- Source/cmSourceFile.h | 3 --- Source/cmStateDirectory.h | 4 ---- Source/cmTarget.h | 3 --- 4 files changed, 13 deletions(-) diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 4746f13..f052413 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -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; diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index be2023f..5cacbbc 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -153,9 +153,6 @@ public: std::string GetObjectLibrary() const; private: - template - void StoreProperty(const std::string& prop, ValueType value); - cmSourceFileLocation Location; cmPropertyMap Properties; std::unique_ptr CustomCommand; diff --git a/Source/cmStateDirectory.h b/Source/cmStateDirectory.h index 55cc716..6c4711f 100644 --- a/Source/cmStateDirectory.h +++ b/Source/cmStateDirectory.h @@ -76,10 +76,6 @@ public: void AddImportedTargetName(std::string const& name); private: - template - void StoreProperty(const std::string& prop, ValueType value, - cmListFileBacktrace const& lfbt); - cmLinkedTree::iterator DirectoryState; cmStateSnapshot Snapshot_; diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 347d59b..98cacef 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -336,9 +336,6 @@ public: bool HasFileSets() const; private: - template - void StoreProperty(const std::string& prop, ValueType value); - // Internal representation details. friend class cmGeneratorTarget; -- cgit v0.12