diff options
Diffstat (limited to 'store/source/storcach.cxx')
-rw-r--r-- | store/source/storcach.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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<PageData> const & rxPage, sal_uInt32 nOffset) : m_xPage(rxPage), m_nOffset(nOffset), m_pNext(nullptr) {} - - // Destruction - ~Entry() {} }; }; |