Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive-zip: use strbuf for ZIP directory
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 412703b4ffb2f3061db32d5c779750d07392a882..8a4a3f85e7ba0a658420c477e1af82e804d7fd36 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-639,11
+639,6
@@
extern int gitsetenv(const char *, const char *, int);
extern char *gitmkdtemp(char *);
#endif
-#ifdef NO_MKSTEMPS
-#define mkstemps gitmkstemps
-extern int gitmkstemps(char *, int);
-#endif
-
#ifdef NO_UNSETENV
#define unsetenv gitunsetenv
extern void gitunsetenv(const char *);