aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/fs.h')
-rw-r--r--common/fs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/fs.h b/common/fs.h
index e8c23f8486..7041428fc8 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -239,14 +239,6 @@ public:
* @return true if the directory was created, false otherwise.
*/
bool createDirectory() const;
-
- /**
- * Creates a directory referred by this node. The parent directory
- * will also be created if it doesn't exist.
- *
- * @return true if the directory was created, false otherwise.
- */
- bool createDirectoryRecursive() const;
};
/**