diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-23 14:00:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-24 04:59:44 +0000 |
commit | 5145f60cc9046369923fca9a336f2009c426e9eb (patch) | |
tree | 9fcbc883ea478adc61862698dd9c6cbd8e25d924 /basic | |
parent | 79497f458727a0dea983847fe9d3873bf9c2e972 (diff) |
loplugin: unnecessary destructor: basctl..codemaker
Change-Id: Iadcfa9bc4fe9efb8d24d6d6afaf2b9b3def0bc3c
Reviewed-on: https://gerrit.libreoffice.org/33452
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 5df35bc110ad..21ffb5b90a2f 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -111,14 +111,8 @@ struct BasicManagerImpl BasicManagerImpl() {} - ~BasicManagerImpl(); }; -BasicManagerImpl::~BasicManagerImpl() -{ -} - - // BasMgrContainerListenerImpl |