diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:25:21 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-18 18:06:20 (GMT) |
commit | 036372c4cdee3d52289a46cbd55b40f685a25c02 (patch) | |
tree | d726ca1b9c686e1d17d4c56cd260d0e9954a5710 /Source/cmGlobalJOMMakefileGenerator.cxx | |
parent | 684e5cefb239263f39089cacbffba28d4c61251a (diff) | |
download | CMake-036372c4cdee3d52289a46cbd55b40f685a25c02.zip CMake-036372c4cdee3d52289a46cbd55b40f685a25c02.tar.gz CMake-036372c4cdee3d52289a46cbd55b40f685a25c02.tar.bz2 |
Remove obsolete overrides of CreateLocalGenerator.
The cmGlobalMakefileGenerator3 has an identical implementation.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalJOMMakefileGenerator.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.cxx b/Source/cmGlobalJOMMakefileGenerator.cxx index 9f0698d..3ddbeb6 100644 --- a/Source/cmGlobalJOMMakefileGenerator.cxx +++ b/Source/cmGlobalJOMMakefileGenerator.cxx @@ -50,15 +50,6 @@ void cmGlobalJOMMakefileGenerator this->cmGlobalUnixMakefileGenerator3::EnableLanguage(l, mf, optional); } -///! Create a local generator appropriate to this Global Generator -cmLocalGenerator * -cmGlobalJOMMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent) -{ - cmLocalUnixMakefileGenerator3* lg - = new cmLocalUnixMakefileGenerator3(this, parent); - return lg; -} - //---------------------------------------------------------------------------- void cmGlobalJOMMakefileGenerator ::GetDocumentation(cmDocumentationEntry& entry) |