From 06ce64bdc4075168bc2d1311d2f59eb165bb2880 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 1 Dec 2016 08:54:05 +0100 Subject: loplugin:unnecessaryoverride (dtors) in unotest Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675 --- unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'unotest') diff --git a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx index 3b29f398d677..68b3a0750e74 100644 --- a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx +++ b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx @@ -48,8 +48,6 @@ class Prot : public CppUnit::Protector public: Prot() {} - virtual ~Prot() override {} - Prot(const Prot&) = delete; Prot& operator=(const Prot&) = delete; -- cgit