summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-01 08:54:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-01 08:54:05 +0100
commit06ce64bdc4075168bc2d1311d2f59eb165bb2880 (patch)
treed4eadda8c8e918bcb9d4237833a3fdc2480527c1 /unotest
parent182dfdd00e283d3a9b125f23a5a538c6e73f7594 (diff)
loplugin:unnecessaryoverride (dtors) in unotest
Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx2
1 files changed, 0 insertions, 2 deletions
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;