Kaydet (Commit) 06ce64bd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride (dtors) in unotest

Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675
üst 182dfdd0
......@@ -48,8 +48,6 @@ class Prot : public CppUnit::Protector
public:
Prot() {}
virtual ~Prot() override {}
Prot(const Prot&) = delete;
Prot& operator=(const Prot&) = delete;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment