summaryrefslogtreecommitdiff
path: root/src/sysdir.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-04-05 11:16:29 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-04-05 11:16:29 +0100
commitb6f18db917a89459f3344398737e201677e5658c (patch)
treecfaa6dc8902d618dd1539487bee6f8ba7b4854b7 /src/sysdir.h
parentad341eb72027d8957f6e1ba485b83da344cbbd59 (diff)
downloadlibgit2-b6f18db917a89459f3344398737e201677e5658c.tar.gz
sysdir: remove unused git_sysdir_get_strethomson/sysdir_unused
Diffstat (limited to 'src/sysdir.h')
-rw-r--r--src/sysdir.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sysdir.h b/src/sysdir.h
index ce1b4dc71..cc5599e38 100644
--- a/src/sysdir.h
+++ b/src/sysdir.h
@@ -94,17 +94,6 @@ extern int git_sysdir_global_init(void);
extern int git_sysdir_get(const git_buf **out, git_sysdir_t which);
/**
- * Get search path into a preallocated buffer
- *
- * @param out String buffer to write into
- * @param outlen Size of string buffer
- * @param which Which search path to return
- * @return 0 on success, GIT_EBUFS if out is too small, <0 on other failure
- */
-
-extern int git_sysdir_get_str(char *out, size_t outlen, git_sysdir_t which);
-
-/**
* Set search paths for global/system/xdg files
*
* The first occurrence of the magic string "$PATH" in the new value will