summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-21 10:48:26 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-21 10:55:37 (GMT)
commit0965bd9c064a5a595ca1bde01e8dba425ea2b916 (patch)
treed4e256bb08f637c74912e0268fc57db949ca0a2f /Source/cmGlobalGenerator.h
parentebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff)
downloadCMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.zip
CMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.tar.gz
CMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.tar.bz2
Generators: Remove function declarations which do not have a definition
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 372e658..3075c1a 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -555,8 +555,6 @@ protected:
cmTarget* FindTargetImpl(std::string const& name) const;
cmGeneratorTarget* FindGeneratorTargetImpl(std::string const& name) const;
- cmGeneratorTarget* FindImportedGeneratorTargetImpl(
- std::string const& name) const;
const char* GetPredefinedTargetsFolder();