From e1215568516cc50b8165bb99dc9d37b96b54c32f Mon Sep 17 00:00:00 2001 From: Jochen Henneberg Date: Sat, 2 Nov 2019 09:19:36 +0100 Subject: [PATCH] Removed unused private methods from header --- src/simple-mtpfs-fuse.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/simple-mtpfs-fuse.h b/src/simple-mtpfs-fuse.h index 70aa944..7c6d8e4 100644 --- a/src/simple-mtpfs-fuse.h +++ b/src/simple-mtpfs-fuse.h @@ -104,10 +104,6 @@ public: int create(const char *path, mode_t mode, fuse_file_info *file_info); private: - static bool removeDir(const std::string &dirname); - - bool createTmpDir(); - bool removeTmpDir(); static std::unique_ptr s_instance; struct fuse_args m_args;