diff options
| author | René Scharfe <l.s.r@web.de> | 2025-12-06 14:35:39 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-07 07:28:13 +0900 |
| commit | 10bba537c4c23e713af05be700748c6a3c25bf68 (patch) | |
| tree | 9e44219440812ba75fcf3510c31812ded3de7134 /Makefile | |
| parent | 7bef658135944d26acf3e1ec9316ca11f4369cf8 (diff) | |
| download | git-10bba537c4c23e713af05be700748c6a3c25bf68.tar.xz | |
compat: remove gitmkdtemp()
gitmkdtemp() has become a trivial wrapper around git_mkdtemp(). Remove
this now unnecessary layer of indirection.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1917,7 +1917,6 @@ ifdef NO_SETENV endif ifdef NO_MKDTEMP COMPAT_CFLAGS += -DNO_MKDTEMP - COMPAT_OBJS += compat/mkdtemp.o endif ifdef MKDIR_WO_TRAILING_SLASH COMPAT_CFLAGS += -DMKDIR_WO_TRAILING_SLASH |
