cmMakefile: Remove unused GetPolicies method.
This commit is contained in:
parent
00bfa04748
commit
353e422b2a
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include "cmExecutionStatus.h"
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmPolicies.h"
|
||||
#include "cmPropertyMap.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmTarget.h"
|
||||
|
@ -373,11 +372,6 @@ public:
|
|||
};
|
||||
friend class PolicyPushPop;
|
||||
|
||||
/**
|
||||
* Get the Policies Instance
|
||||
*/
|
||||
cmPolicies *GetPolicies() const;
|
||||
|
||||
mutable std::set<cmListFileContext> CMP0054ReportedIds;
|
||||
|
||||
/**
|
||||
|
|
|
@ -222,9 +222,6 @@ class cmake
|
|||
///! this is called by generators to update the progress
|
||||
void UpdateProgress(const char *msg, float prog);
|
||||
|
||||
///! get the cmake policies instance
|
||||
cmPolicies *GetPolicies() {return this->Policies;}
|
||||
|
||||
///! Get the variable watch object
|
||||
cmVariableWatch* GetVariableWatch() { return this->VariableWatch; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue