aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2025-12-06 14:35:39 +0100
committerJunio C Hamano <gitster@pobox.com>2025-12-07 07:28:13 +0900
commit10bba537c4c23e713af05be700748c6a3c25bf68 (patch)
tree9e44219440812ba75fcf3510c31812ded3de7134 /Makefile
parent7bef658135944d26acf3e1ec9316ca11f4369cf8 (diff)
downloadgit-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e0f77e298..8f74b25fe7 100644
--- a/Makefile
+++ b/Makefile
@@ -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