summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-12 15:37:06 -0400
committerBrad King <brad.king@kitware.com>2017-04-12 15:38:54 -0400
commit229abfc8f945421c9ad491dff674e41d283ca80f (patch)
treeb598a46b6ecf36a5b6cc68c6987c27c4bee98b74 /Source/cmGeneratorTarget.h
parent63fbf587509c63395c024026b7bf264dbae446a1 (diff)
downloadcmake-229abfc8f945421c9ad491dff674e41d283ca80f.tar.gz
cmGeneratorTarget: Drop unused UseObjectLibraries method
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 3b9819d125..38ece2c7b9 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -347,9 +347,6 @@ public:
time config name placeholder if needed for the generator. */
std::string ObjectDirectory;
- void UseObjectLibraries(std::vector<std::string>& objs,
- const std::string& config) const;
-
void GetAppleArchs(const std::string& config,
std::vector<std::string>& archVec) const;