summaryrefslogtreecommitdiff
path: root/include/system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.hpp')
-rw-r--r--include/system.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/system.hpp b/include/system.hpp
index 4419939c..16172c91 100644
--- a/include/system.hpp
+++ b/include/system.hpp
@@ -24,10 +24,6 @@ std::string join(const std::string& path1, const std::string& path2, Paths... pa
`depth` is the number of directories to recurse. 0 depth does not recurse. -1 depth recurses infinitely.
*/
std::vector<std::string> getEntries(const std::string& dirPath, int depth = 0);
-/** Expands a glob pattern such as `dir/file*.txt` to a list of paths.
-Paths are sorted.
-*/
-std::vector<std::string> glob(const std::string& pattern);
bool exists(const std::string& path);
/** Returns whether the given path is a file. */
bool isFile(const std::string& path);