From 3785f82e26c33c385494229be3bcfbe2daffe872 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Dec 2015 13:18:20 +0200 Subject: loplugin:unusedfields in store,svtools,svx Change-Id: I9577c64e33950899c2e3467c7b481504e021d470 --- store/source/storbios.hxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'store') diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx index 1278a38664c1..36b2b655b234 100644 --- a/store/source/storbios.hxx +++ b/store/source/storbios.hxx @@ -124,20 +124,6 @@ public: */ storeError flush(); - /** ScanContext. - */ - struct ScanContext - { - /** Representation. - */ - OStorePageDescriptor m_aDescr; - - /** Construction. - */ - inline ScanContext(); - - }; - protected: /** Destruction (OReference). */ @@ -213,11 +199,6 @@ inline bool OStorePageBIOS::isValid() const return m_xLockBytes.is(); } -inline OStorePageBIOS::ScanContext::ScanContext() - : m_aDescr (0, 0, 0) -{ -} - /*======================================================================== * * The End. -- cgit