From 18f513145477d4621290253d936dad7a40ee4c05 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Jun 2017 19:54:23 +0200 Subject: loplugin:unusedfields store..svl Change-Id: I6070a683e5128271b84a10caccb548d07c950927 Reviewed-on: https://gerrit.libreoffice.org/39021 Tested-by: Jenkins Reviewed-by: Noel Grandin --- store/source/stordir.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'store/source') diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index a4847cbc719e..ec18b81176a3 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -193,7 +193,6 @@ storeError OStoreDirectory_Impl::iterate (storeFindData &rFindData) rFindData.m_nLength = static_cast(n); rFindData.m_nAttrib |= aPage.attrib(); - rFindData.m_nSize = aPage.dataLength(); // Leave. rFindData.m_nReserved = store::ntohl(aKey.m_nLow); -- cgit