Browse Source

Source: Delete unused prototypes

Vitaly Stakhovsky 1 year ago
parent
commit
61ce6a6eeb
4 changed files with 0 additions and 13 deletions
  1. 0 3
      Source/cmGlobalVisualStudioGenerator.h
  2. 0 3
      Source/cmSourceFile.h
  3. 0 4
      Source/cmStateDirectory.h
  4. 0 3
      Source/cmTarget.h

+ 0 - 3
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<cmGeneratorTarget const*, std::string>;

+ 0 - 3
Source/cmSourceFile.h

@@ -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;

+ 0 - 4
Source/cmStateDirectory.h

@@ -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_;

+ 0 - 3
Source/cmTarget.h

@@ -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;