diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-25 17:08:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-29 14:43:32 (GMT) |
commit | 5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee (patch) | |
tree | 48b3b975b87072804aba4f112262d8bf81336710 /Source/cmGlobalGenerator.h | |
parent | a1209be550172a95d3254158c121abf184e60bcd (diff) | |
download | CMake-5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee.zip CMake-5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee.tar.gz CMake-5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee.tar.bz2 |
cmGlobalGenerator: Remove unused manifest accessor.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index d486003..e517c5c 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -264,11 +264,6 @@ public: const std::string& suffix, std::string& dir); - /** Get the manifest of all targets that will be built for each - configuration. This is valid during generation only. */ - cmTargetManifest const& GetTargetManifest() const - { return this->TargetManifest; } - /** Get the content of a directory. Directory listings are cached and re-loaded from disk only when modified. During the generation step the content will include the target files to be built even if |