]> git.ipfire.org Git - thirdparty/git.git/blobdiff - strbuf.h
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
[thirdparty/git.git] / strbuf.h
index 7062eb641024979c1f5b8a9df040b28adf984e5e..223ee2094af87868b510fb015baa52720d3cf923 100644 (file)
--- 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