diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-23 14:04:56 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 16:59:48 +0000 |
commit | a90a4810aeefbad270978ade194ced3b09d50449 (patch) | |
tree | 5545c4d42205a39a08ae085681ec8e04cb427cf5 /include/comphelper/componentbase.hxx | |
parent | 6d9e4803806d1474039e25092a3c1ee268b0b9f8 (diff) |
loplugin: unnecessary destructor: comphelper..desktop
Change-Id: I9df4cb6a4b1734dac6141d6b0ee7a09e3e05f92e
Reviewed-on: https://gerrit.libreoffice.org/33453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/comphelper/componentbase.hxx')
-rw-r--r-- | include/comphelper/componentbase.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx index 079c40d8f7bb..ac6acfa758bd 100644 --- a/include/comphelper/componentbase.hxx +++ b/include/comphelper/componentbase.hxx @@ -121,10 +121,6 @@ namespace comphelper _rComponent.checkDisposed( ComponentBase::GuardAccess() ); } - ~ComponentMethodGuard() - { - } - inline void clear() { m_aMutexGuard.clear(); |