Răsfoiți Sursa

cmGeneratorTarget: Drop unused GetIDLSources method

Brad King 8 ani în urmă
părinte
comite
a2e91af99d
2 a modificat fișierele cu 0 adăugiri și 8 ștergeri
  1. 0 6
      Source/cmGeneratorTarget.cxx
  2. 0 2
      Source/cmGeneratorTarget.h

+ 0 - 6
Source/cmGeneratorTarget.cxx

@@ -547,12 +547,6 @@ void cmGeneratorTarget::GetModuleDefinitionSources(
   IMPLEMENT_VISIT(SourceKindModuleDefinition);
 }
 
-void cmGeneratorTarget::GetIDLSources(std::vector<cmSourceFile const*>& data,
-                                      const std::string& config) const
-{
-  IMPLEMENT_VISIT(SourceKindIDL);
-}
-
 void cmGeneratorTarget::GetHeaderSources(
   std::vector<cmSourceFile const*>& data, const std::string& config) const
 {

+ 0 - 2
Source/cmGeneratorTarget.h

@@ -118,8 +118,6 @@ public:
                                   const std::string& config) const;
   void GetResxSources(std::vector<cmSourceFile const*>&,
                       const std::string& config) const;
-  void GetIDLSources(std::vector<cmSourceFile const*>&,
-                     const std::string& config) const;
   void GetExternalObjects(std::vector<cmSourceFile const*>&,
                           const std::string& config) const;
   void GetHeaderSources(std::vector<cmSourceFile const*>&,