loplugin:unnecessaryoverride (dtors) in unotest

Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675
This commit is contained in:
Stephan Bergmann
2016-12-01 08:54:05 +01:00
parent 182dfdd00e
commit 06ce64bdc4

View File

@@ -48,8 +48,6 @@ class Prot : public CppUnit::Protector
public:
Prot() {}
virtual ~Prot() override {}
Prot(const Prot&) = delete;
Prot& operator=(const Prot&) = delete;