aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-29 15:43:15 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-29 15:43:16 -0700
commit7b3fd03e6acbc990b4dd540079368d4e85cc7f1b (patch)
treee9c79f1e2c3ee046db95b517cc10c33b8bac5ee0 /git-compat-util.h
parenta31efa77c641ed3a71f6445da93f623351afb76e (diff)
parent6fc527a8d05141335799f27bfbaab28c8625c31b (diff)
downloadgit-7b3fd03e6acbc990b4dd540079368d4e85cc7f1b.tar.xz
Merge branch 'cm/drop-xunsetenv'
Drop a helper function that has never been used since its addition. * cm/drop-xunsetenv: wrapper: remove xunsetenv()
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 141bb86351..d70ce14286 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -879,7 +879,6 @@ char *xstrndup(const char *str, size_t len);
void *xrealloc(void *ptr, size_t size);
void *xcalloc(size_t nmemb, size_t size);
void xsetenv(const char *name, const char *value, int overwrite);
-void xunsetenv(const char *name);
void *xmmap(void *start, size_t length, int prot, int flags, int fd, off_t offset);
const char *mmap_os_err(void);
void *xmmap_gently(void *start, size_t length, int prot, int flags, int fd, off_t offset);