diff options
author | Brad King <brad.king@kitware.com> | 2017-04-07 20:22:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-11 17:36:40 (GMT) |
commit | a2e91af99ddc3e3c38c68be758d05300244bf22b (patch) | |
tree | 2b25a50ea6e5de09bfdf42e29d626e0f49c9872f /Source/cmGeneratorTarget.h | |
parent | a77158b25f95c065af73a1578db88e537ef72c72 (diff) | |
download | CMake-a2e91af99ddc3e3c38c68be758d05300244bf22b.zip CMake-a2e91af99ddc3e3c38c68be758d05300244bf22b.tar.gz CMake-a2e91af99ddc3e3c38c68be758d05300244bf22b.tar.bz2 |
cmGeneratorTarget: Drop unused GetIDLSources method
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<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*>&, |