summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
index dfff4c9..424afc6 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -77,10 +77,6 @@ lilv_path_join(const char* a, const char* b);
char*
lilv_path_canonical(const char* path);
-/// Return true iff `path` points to an existing file system entry
-bool
-lilv_path_exists(const char* path);
-
/// Return true iff `path` points to an existing directory
bool
lilv_is_directory(const char* path);