summaryrefslogtreecommitdiff
path: root/include/store/store.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/store/store.hxx')
-rw-r--r--include/store/store.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 790fd4b483d0..050e9b732ba4 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -81,13 +81,6 @@ public:
(void) store_acquireHandle (m_hImpl);
}
- /** Conversion into Stream Handle.
- */
- inline operator storeStreamHandle() const
- {
- return m_hImpl;
- }
-
/** Open the stream.
@see store_openStream()
*/
@@ -193,13 +186,6 @@ public:
(void) store_acquireHandle (m_hImpl);
}
- /** Conversion into Directory Handle.
- */
- inline operator storeDirectoryHandle() const
- {
- return m_hImpl;
- }
-
/** Open the directory.
@see store_openDirectory()
*/