summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 13:18:20 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 13:51:29 +0200
commit3785f82e26c33c385494229be3bcfbe2daffe872 (patch)
treef4b2fca382809b33d6175c2c924f9c3a62d362c1 /store
parent45f39af2b72fa7455bb94a92ec51c4aa9e26ae2c (diff)
loplugin:unusedfields in store,svtools,svx
Change-Id: I9577c64e33950899c2e3467c7b481504e021d470
Diffstat (limited to 'store')
-rw-r--r--store/source/storbios.hxx19
1 files changed, 0 insertions, 19 deletions
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.