From ba09cda3ef52f58a1d5387ee33b30042baf2bf34 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 30 Sep 2016 10:25:45 +0200 Subject: Remove "#if 1 /* EXP */" ...whatever it was supposed to be good for Change-Id: I8f2a526aeaa484675e1bd6763fa692f8cbed2a51 --- store/source/storbase.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'store/source') 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->() { -- cgit