summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:02:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:02:51 +0100
commitbe1d38ba24a1c5f328b924bd204a142ab9355d79 (patch)
tree9baa9edd1ad82bf2162828b7ed13df84a2fdb7aa /i18nlangtag
parentd3a1830539adabfcbefe7efde9757e2ac847b676 (diff)
loplugin:unnecessaryoverride (dtors) in i18nlangtag
Change-Id: Id7c37e6a1966b4e44184391d9207e390d9c8861d
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/qa/cppunit/test_languagetag.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx b/i18nlangtag/qa/cppunit/test_languagetag.cxx
index c7a8001e4ad7..8f08d04ce758 100644
--- a/i18nlangtag/qa/cppunit/test_languagetag.cxx
+++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx
@@ -33,7 +33,6 @@ class TestLanguageTag : public CppUnit::TestFixture
{
public:
TestLanguageTag() {}
- virtual ~TestLanguageTag() override {}
void testAllTags();
void testAllIsoLangEntries();