summaryrefslogtreecommitdiffstats
path: root/manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'manager.hpp')
-rw-r--r--manager.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manager.hpp b/manager.hpp
index 011fe88..cba7935 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -276,10 +276,6 @@ class BlobManager : public ManagerInterface
std::string getPath(uint16_t session) const;
private:
- void incrementOpen(const std::string& path);
- void decrementOpen(const std::string& path);
- int getOpen(const std::string& path) const;
-
/* Helper method to erase a session from all maps */
void eraseSession(GenericBlobInterface* handler, uint16_t session);
/* For each session owned by this handler, call expire if it is stale */
OpenPOWER on IntegriCloud