summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 09:08:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-28 16:44:38 (GMT)
commit9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9 (patch)
tree936def161a94772aa4a1aac54da7ef039188d1f9 /Source/cmGlobalGhsMultiGenerator.cxx
parent11d5088a2f02994dc14c72170c73f7d60b0fba03 (diff)
downloadCMake-9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9.zip
CMake-9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9.tar.gz
CMake-9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9.tar.bz2
cmLocalGenerator: Remove Parent pointer.
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.cxx')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.cxx b/Source/cmGlobalGhsMultiGenerator.cxx
index f764418..29abb37 100644
--- a/Source/cmGlobalGhsMultiGenerator.cxx
+++ b/Source/cmGlobalGhsMultiGenerator.cxx
@@ -33,10 +33,9 @@ cmGlobalGhsMultiGenerator::~cmGlobalGhsMultiGenerator()
}
cmLocalGenerator *
-cmGlobalGhsMultiGenerator::CreateLocalGenerator(cmLocalGenerator* parent,
- cmState::Snapshot snapshot)
+cmGlobalGhsMultiGenerator::CreateLocalGenerator(cmState::Snapshot snapshot)
{
- return new cmLocalGhsMultiGenerator(this, parent, snapshot);
+ return new cmLocalGhsMultiGenerator(this, snapshot);
}
void cmGlobalGhsMultiGenerator::GetDocumentation(cmDocumentationEntry &entry)