summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--store/source/storbase.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index a4be84752c2f..7d006c61e4fe 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -613,10 +613,8 @@ public:
return (m_xPage.get() != 0);
}
-#if 1 /* EXP */
PageHolder & get() { return m_xPage; }
PageHolder const & get() const { return m_xPage; }
-#endif /* EXP */
T * operator->()
{