mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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);
|
explicit DynamicObject(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::map<String, int> m_Privileges;
|
|
||||||
|
|
||||||
static DynamicObject::Ptr GetObject(const String& type, const String& name);
|
static DynamicObject::Ptr GetObject(const String& type, const String& name);
|
||||||
static void RestoreObject(const String& message, int attributeTypes);
|
static void RestoreObject(const String& message, int attributeTypes);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user