mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
Merge pull request #10456 from Icinga/SharedObject-delete
SharedObject: delete unused methods
This commit is contained in:
commit
56d9f38b35
@ -31,23 +31,8 @@ protected:
|
||||
{
|
||||
}
|
||||
|
||||
inline SharedObject(const SharedObject&) : SharedObject()
|
||||
{
|
||||
}
|
||||
|
||||
inline SharedObject(SharedObject&&) : SharedObject()
|
||||
{
|
||||
}
|
||||
|
||||
inline SharedObject& operator=(const SharedObject&)
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
inline SharedObject& operator=(SharedObject&&)
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
SharedObject(const SharedObject&) = delete;
|
||||
SharedObject& operator=(const SharedObject&) = delete;
|
||||
|
||||
inline virtual
|
||||
~SharedObject() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user