summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-12 15:40:44 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 08:44:45 +0200
commitfa7c7b160136e4b08bc1e1aef9017d4596ad6184 (patch)
treeec123062f175d9322d76c6b7311cc71c8e290e6a /include/store
parent38c23520d40749ff21b6b1ed5f5c0375d40fe1fc (diff)
loplugin:unusedmethods unused return value in include/sot
Change-Id: I8da6d5f60b6c65ff0da8659045da1cd7666fb1d9
Diffstat (limited to 'include/store')
-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()
*/