diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-24 11:31:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 05:20:06 +0000 |
commit | b4adb0c533cc99633f360cb12014aa35599d943a (patch) | |
tree | a13c9afc746c476a5b02e65d7a1d168ef71109b0 /i18npool/source/search | |
parent | 6c98339f7523db93ff8064282c19ab285d80612a (diff) |
loplugin: unnecessary destructor forms..idlc
Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054
Reviewed-on: https://gerrit.libreoffice.org/33492
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool/source/search')
-rw-r--r-- | i18npool/source/search/levdis.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx index 4d834bdb685c..e469a6a6d906 100644 --- a/i18npool/source/search/levdis.hxx +++ b/i18npool/source/search/levdis.hxx @@ -122,7 +122,6 @@ public: { NewMem(s); } - ~WLevDisDistanceMem() {} int* GetPtr() const { return p.get(); } int* NewMem( size_t s ) { |