diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:38:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:38:07 -0700 |
commit | 7e58b8166e6ac191739cf9001e73b2157f3aead5 (patch) | |
tree | efb598bf1e66acd5d7dc54934bc43c876e7ad20a /cache.h | |
parent | Merge branch 'pb/commit-editmsg-path' (diff) | |
parent | write_or_die: remove the unused write_or_whine() function (diff) | |
download | tgif-7e58b8166e6ac191739cf9001e73b2157f3aead5.tar.xz |
Merge branch 'jk/send-pack-stdio'
Code clean-up.
* jk/send-pack-stdio:
write_or_die: remove the unused write_or_whine() function
send-pack: use buffered I/O to talk to pack-objects
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |