summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.hxx')
-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.