randall.s.becker@xxxxxxxxxx writes: > From: "Randall S. Becker" <rsbecker@xxxxxxxxxxxxx> > > Signed-off-by: Randall S. Becker <rsbecker@xxxxxxxxxxxxx> > --- > strbuf.h | 1 - > 1 file changed, 1 deletion(-) I think this should be part of 2/3 (otherwise we'd have a decl that nobody references that declares a function that nobody implements). > 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