configure.ac: loosen FREAD_READS_DIRECTORIES test program
[gitweb.git] / git-compat-util.h
index f74b40181068f4c5876b4be607c0d7ff30f1671f..87f47828a591c5774ddbaa01054159ac6d37236b 100644 (file)
@@ -1100,8 +1100,6 @@ int remove_or_warn(unsigned int mode, const char *path);
 int access_or_warn(const char *path, int mode, unsigned flag);
 int access_or_die(const char *path, int mode, unsigned flag);
 
-/* Warn on an inaccessible file that ought to be accessible */
-void warn_on_inaccessible(const char *path);
 /* Warn on an inaccessible file if errno indicates this is an error */
 int warn_on_fopen_errors(const char *path);