|
@@ -36,8 +36,7 @@ class cmCustomCommandGenerator;
|
|
|
class cmLocalGenerator : public cmOutputConverter
|
|
|
{
|
|
|
public:
|
|
|
- cmLocalGenerator(cmGlobalGenerator* gg, cmLocalGenerator* parent,
|
|
|
- cmState::Snapshot snapshot);
|
|
|
+ cmLocalGenerator(cmGlobalGenerator* gg, cmState::Snapshot snapshot);
|
|
|
virtual ~cmLocalGenerator();
|
|
|
|
|
|
/**
|
|
@@ -86,9 +85,6 @@ public:
|
|
|
cmState* GetState() const;
|
|
|
cmState::Snapshot GetStateSnapshot() const;
|
|
|
|
|
|
- ///! set/get the parent generator
|
|
|
- cmLocalGenerator* GetParent() const {return this->Parent;}
|
|
|
-
|
|
|
void AddArchitectureFlags(std::string& flags,
|
|
|
cmGeneratorTarget const* target,
|
|
|
const std::string&lang, const std::string& config);
|
|
@@ -343,7 +339,6 @@ protected:
|
|
|
cmMakefile *Makefile;
|
|
|
cmState::Snapshot StateSnapshot;
|
|
|
cmGlobalGenerator *GlobalGenerator;
|
|
|
- cmLocalGenerator* Parent;
|
|
|
std::map<std::string, std::string> UniqueObjectNamesMap;
|
|
|
std::string::size_type ObjectPathMax;
|
|
|
std::set<std::string> ObjectMaxPathViolations;
|