diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-21 12:48:26 +0200 |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-21 12:55:37 +0200 |
commit | 0965bd9c064a5a595ca1bde01e8dba425ea2b916 (patch) | |
tree | d4e256bb08f637c74912e0268fc57db949ca0a2f /Source/cmGlobalGenerator.h | |
parent | ebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff) | |
download | cmake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.tar.gz |
Generators: Remove function declarations which do not have a definition
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 372e658aed..3075c1acd9 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(); |