]> granicus.if.org Git - icinga2/commitdiff
Remove unused member variable: DynamicObject::m_Privileges.
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Jun 2014 09:32:00 +0000 (11:32 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Jun 2014 09:32:00 +0000 (11:32 +0200)
Fixes #6376

lib/base/dynamicobject.hpp

index d3be72a40d862c63c59ace96450adf069071d0eb..fabf34b9bed61bdc061f716e44201e78346f5935 100644 (file)
@@ -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);
 };