loplugin:unnecessaryoverride (dtors) in unotest
Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675
This commit is contained in:
@@ -48,8 +48,6 @@ class Prot : public CppUnit::Protector
|
|||||||
public:
|
public:
|
||||||
Prot() {}
|
Prot() {}
|
||||||
|
|
||||||
virtual ~Prot() override {}
|
|
||||||
|
|
||||||
Prot(const Prot&) = delete;
|
Prot(const Prot&) = delete;
|
||||||
Prot& operator=(const Prot&) = delete;
|
Prot& operator=(const Prot&) = delete;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user