summaryrefslogtreecommitdiff
path: root/osdep/OSUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/OSUtils.hpp')
-rw-r--r--osdep/OSUtils.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/osdep/OSUtils.hpp b/osdep/OSUtils.hpp
index adf1488e..2e007ef2 100644
--- a/osdep/OSUtils.hpp
+++ b/osdep/OSUtils.hpp
@@ -112,14 +112,6 @@ public:
static std::vector<std::string> listDirectory(const char *path);
/**
- * List all contents in a directory
- *
- * @param path Path to list
- * @return Names of things and types, currently just 'f' and 'd'
- */
- static std::map<std::string,char> listDirectoryFull(const char *path);
-
- /**
* Clean a directory of files whose last modified time is older than this
*
* This ignores directories, symbolic links, and other special files.