summaryrefslogtreecommitdiff
path: root/Source/cmGlobalJOMMakefileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:25:21 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 20:06:20 +0200
commit036372c4cdee3d52289a46cbd55b40f685a25c02 (patch)
treed726ca1b9c686e1d17d4c56cd260d0e9954a5710 /Source/cmGlobalJOMMakefileGenerator.h
parent684e5cefb239263f39089cacbffba28d4c61251a (diff)
downloadcmake-036372c4cdee3d52289a46cbd55b40f685a25c02.tar.gz
Remove obsolete overrides of CreateLocalGenerator.
The cmGlobalMakefileGenerator3 has an identical implementation.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.h')
-rw-r--r--Source/cmGlobalJOMMakefileGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.h b/Source/cmGlobalJOMMakefileGenerator.h
index 483130911f..fa596f6437 100644
--- a/Source/cmGlobalJOMMakefileGenerator.h
+++ b/Source/cmGlobalJOMMakefileGenerator.h
@@ -36,9 +36,6 @@ public:
/** Get the documentation entry for this generator. */
static void GetDocumentation(cmDocumentationEntry& entry);
- ///! Create a local generator appropriate to this Global Generator
- virtual cmLocalGenerator *CreateLocalGenerator(cmLocalGenerator* parent = 0);
-
/**
* Try to determine system information such as shared library
* extension, pthreads, byte order etc.