From 072e460e00cc0460a3385d73f266262956cd3014 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:27 -0500 Subject: Use zix_path_is_absolute() --- src/filesystem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index e50b1af..849d78f 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -3,10 +3,6 @@ #include -/// Return true iff `path` is an absolute path -bool -lilv_path_is_absolute(const char* path); - /// Return true iff `path` is a child of `dir` bool lilv_path_is_child(const char* path, const char* dir); -- cgit v1.2.1