From 2608523b69fd6f1d888a74674a6ec795b4ad3aad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Jan 2017 10:19:59 +0200 Subject: loplugin: unnecessary destructor sfx2..store Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf Reviewed-on: https://gerrit.libreoffice.org/33514 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- store/source/storcach.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'store') diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx index 7ab20e6d4e27..bb5bf53f029e 100644 --- a/store/source/storcach.cxx +++ b/store/source/storcach.cxx @@ -54,9 +54,6 @@ struct Entry explicit Entry (std::shared_ptr const & rxPage, sal_uInt32 nOffset) : m_xPage(rxPage), m_nOffset(nOffset), m_pNext(nullptr) {} - - // Destruction - ~Entry() {} }; }; -- cgit