]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
treewide: remove double forward declaration of read_in_full
[thirdparty/git.git] / git-compat-util.h
index 1e6592624d09321428b03b6e77361ca2f94ba792..4fb771f42a5f9a0bf12030640b216221c3421e16 100644 (file)
@@ -859,12 +859,6 @@ int git_lstat(const char *, struct stat *);
 #define pread git_pread
 ssize_t git_pread(int fd, void *buf, size_t count, off_t offset);
 #endif
-/*
- * Forward decl that will remind us if its twin in cache.h changes.
- * This function is used in compat/pread.c.  But we can't include
- * cache.h there.
- */
-ssize_t read_in_full(int fd, void *buf, size_t count);
 
 #ifdef NO_SETENV
 #define setenv gitsetenv