mirror of https://github.com/Icinga/icinga2.git
Remove unused member variable: DynamicObject::m_Privileges.
Fixes #6376
This commit is contained in:
parent
26e35b7cf0
commit
739c6d53a5
|
@ -91,8 +91,6 @@ protected:
|
|||
explicit DynamicObject(void);
|
||||
|
||||
private:
|
||||
std::map<String, int> m_Privileges;
|
||||
|
||||
static DynamicObject::Ptr GetObject(const String& type, const String& name);
|
||||
static void RestoreObject(const String& message, int attributeTypes);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue