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 ffbcbe5..e995cf4 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -128,7 +128,3 @@ lilv_create_directories(const char* dir_path);
/// Remove the file or empty directory at `path`
int
lilv_remove(const char* path);
-
-/// Return true iff the given paths point to files with identical contents
-bool
-lilv_file_equals(const char* a_path, const char* b_path);