diff options
Diffstat (limited to 'store/source/storbios.cxx')
-rw-r--r-- | store/source/storbios.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx index 719b32ee2c32..3a4e37f24982 100644 --- a/store/source/storbios.cxx +++ b/store/source/storbios.cxx @@ -76,26 +76,6 @@ struct OStoreSuperBlock m_aUnused (0) {} - OStoreSuperBlock (const OStoreSuperBlock & rhs) - : m_aGuard (rhs.m_aGuard), - m_aDescr (rhs.m_aDescr), - m_nMarked (rhs.m_nMarked), - m_aMarked (rhs.m_aMarked), - m_nUnused (rhs.m_nUnused), - m_aUnused (rhs.m_aUnused) - {} - - OStoreSuperBlock& operator= (const OStoreSuperBlock & rhs) - { - m_aGuard = rhs.m_aGuard; - m_aDescr = rhs.m_aDescr; - m_nMarked = rhs.m_nMarked; - m_aMarked = rhs.m_aMarked; - m_nUnused = rhs.m_nUnused; - m_aUnused = rhs.m_aUnused; - return *this; - } - /** Comparison. */ bool operator== (const OStoreSuperBlock & rhs) const |