summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-30 10:25:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-30 11:06:19 +0200
commitba09cda3ef52f58a1d5387ee33b30042baf2bf34 (patch)
tree431e3e7e107549140467fc6a91d3a0708af41e51 /store
parent2950528c51b175ae704c674010d8538e3e83da08 (diff)
Remove "#if 1 /* EXP */"
...whatever it was supposed to be good for Change-Id: I8f2a526aeaa484675e1bd6763fa692f8cbed2a51
Diffstat (limited to 'store')
-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->()
{