From a2e91af99ddc3e3c38c68be758d05300244bf22b Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 7 Apr 2017 16:22:02 -0400 Subject: cmGeneratorTarget: Drop unused GetIDLSources method --- Source/cmGeneratorTarget.cxx | 6 ------ Source/cmGeneratorTarget.h | 2 -- 2 files changed, 8 deletions(-) diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx index 6779641..74d863d 100644 --- a/Source/cmGeneratorTarget.cxx +++ b/Source/cmGeneratorTarget.cxx @@ -547,12 +547,6 @@ void cmGeneratorTarget::GetModuleDefinitionSources( IMPLEMENT_VISIT(SourceKindModuleDefinition); } -void cmGeneratorTarget::GetIDLSources(std::vector& data, - const std::string& config) const -{ - IMPLEMENT_VISIT(SourceKindIDL); -} - void cmGeneratorTarget::GetHeaderSources( std::vector& data, const std::string& config) const { diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 00df14b..3b9819d 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -118,8 +118,6 @@ public: const std::string& config) const; void GetResxSources(std::vector&, const std::string& config) const; - void GetIDLSources(std::vector&, - const std::string& config) const; void GetExternalObjects(std::vector&, const std::string& config) const; void GetHeaderSources(std::vector&, -- cgit v0.12