Retire file_exists()

Tá an tiomantas seo le fáil i:
2025-10-01 14:05:22 +02:00
tuismitheoir 0d5e6cd052
tiomantas 5f3e73e592

Féach ar an gComhad

@@ -160,11 +160,6 @@ bool path_is_directory(const char *path)
return S_ISDIR(sb.st_mode);
}
static inline bool file_exists(const char *path)
{
return access(path, F_OK) == 0;
}
void add_to_ignore_list(const char *str)
{
*ignorelist_current = xmalloc(sizeof(struct ignorelist));