summaryrefslogtreecommitdiffstats
path: root/strbuf.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-29 23:17:26 +0200
committerJunio C Hamano <gitster@pobox.com>2020-06-29 23:17:26 +0200
commit610486749aca4ce9e5923baa70b072eff69a9867 (patch)
tree1f3e76a1110c6f5aa1ead924e09dc6cd63dc1dd7 /strbuf.h
parentMerge branch 'dl/diff-usage-comment-update' (diff)
parentstrbuf: remove unreferenced strbuf_write_fd method. (diff)
downloadgit-610486749aca4ce9e5923baa70b072eff69a9867.tar.xz
git-610486749aca4ce9e5923baa70b072eff69a9867.zip
Merge branch 'rs/retire-strbuf-write-fd'
A misdesigned strbuf_write_fd() function has been retired. * rs/retire-strbuf-write-fd: strbuf: remove unreferenced strbuf_write_fd method. bugreport.c: replace strbuf_write_fd with write_in_full
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/strbuf.h b/strbuf.h
index 7062eb6410..223ee2094a 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -473,7 +473,6 @@ int strbuf_readlink(struct strbuf *sb, const char *path, size_t hint);
* NUL bytes.
*/
ssize_t strbuf_write(struct strbuf *sb, FILE *stream);
-ssize_t strbuf_write_fd(struct strbuf *sb, int fd);
/**
* Read a line from a FILE *, overwriting the existing contents of