summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:31 +0100
commit70b0b2f9683100888aaefdb2185eb017406b9d71 (patch)
tree964947427c0bbef12fc0326aecc95d174683d34f /svl/qa
parent7ca8ff7ff74df1f0805e391fef9a3e554dd28778 (diff)
loplugin:unnecessaryoverride (dtors) in svl
Change-Id: I6dd35199e15aebf547578642692db2b1983ebd95
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/items/test_itempool.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/qa/unit/items/test_itempool.cxx b/svl/qa/unit/items/test_itempool.cxx
index 0f533903a8a8..714c170b445b 100644
--- a/svl/qa/unit/items/test_itempool.cxx
+++ b/svl/qa/unit/items/test_itempool.cxx
@@ -19,7 +19,6 @@ class PoolItemTest : public CppUnit::TestFixture
{
public:
PoolItemTest() {}
- virtual ~PoolItemTest() override {}
void testPool();