summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-12 13:05:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-12 13:05:49 (GMT)
commitfddd559406558a2037733e5b760e9dd04e9edfd1 (patch)
tree0521d5e1805d3197799d7d4e13299bb536a3599e /Source/cmGeneratorTarget.h
parent80ea73f288ab2ca89ecc3c775a321f01b8598b02 (diff)
parenta2e91af99ddc3e3c38c68be758d05300244bf22b (diff)
downloadCMake-fddd559406558a2037733e5b760e9dd04e9edfd1.zip
CMake-fddd559406558a2037733e5b760e9dd04e9edfd1.tar.gz
CMake-fddd559406558a2037733e5b760e9dd04e9edfd1.tar.bz2
Merge topic 'vs-refactor-source-loop'
a2e91af9 cmGeneratorTarget: Drop unused GetIDLSources method a77158b2 VS: Refactor loop over classified sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !689
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
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*>&,