xdl_change_compact(): introduce the concept of a change group
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index c73becbf2dc8ae939116617e36c76afa60857cef..c42a7fab4c5ee75f7b9e6847da9338b8c5a6e4af 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1721,7 +1721,6 @@ extern int copy_file(const char *dst, const char *src, int mode);
 extern int copy_file_with_time(const char *dst, const char *src, int mode);
 
 extern void write_or_die(int fd, const void *buf, size_t count);
-extern int write_or_whine(int fd, const void *buf, size_t count, const char *msg);
 extern int write_or_whine_pipe(int fd, const void *buf, size_t count, const char *msg);
 extern void fsync_or_die(int fd, const char *);