From 94b3980bcbe40bca8f361eb63a87f371337d067c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:28 -0500 Subject: Use zix_create_symlink() --- src/filesystem.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index 849d78f..db6114e 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -41,14 +41,6 @@ lilv_path_filename(const char* path); bool lilv_is_directory(const char* path); -/** - Create a symlink at `newpath` that points to `oldpath`. - - @return Zero on success, otherwise non-zero and `errno` is set. -*/ -int -lilv_symlink(const char* oldpath, const char* newpath); - /** Visit every file in the directory at `path`. -- cgit v1.2.1