cmLocalGenerator: Remove Parent pointer.

This commit is contained in:
Stephen Kelly
2015-08-02 11:08:49 +02:00
parent 11d5088a2f
commit 9b6a743b80
39 changed files with 49 additions and 88 deletions

View File

@@ -24,7 +24,7 @@ class cmLocalXCodeGenerator : public cmLocalGenerator
{
public:
///! Set cache only and recurse to false by default.
cmLocalXCodeGenerator(cmGlobalGenerator* gg, cmLocalGenerator* parent,
cmLocalXCodeGenerator(cmGlobalGenerator* gg,
cmState::Snapshot snapshot);
virtual ~cmLocalXCodeGenerator();