diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-03-10 13:24:24 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-03-10 13:24:24 -0800 |
| commit | fb907176de4657892682c049946ba28caed9adde (patch) | |
| tree | 2749690297dd0aaab8178b9b88a02ef5847c3cdf /git-compat-util.h | |
| parent | 5886e75489df639ff3ac1f9b53d2c27bd9fe8f0a (diff) | |
| parent | b2d593a7797f4f9452e46f722e181604a5582897 (diff) | |
| download | git-fb907176de4657892682c049946ba28caed9adde.tar.gz | |
Merge branch 'rj/remove-unused-mktemp'
Code cleanup.
* rj/remove-unused-mktemp:
wrapper.c: remove unused gitmkstemps() function
wrapper.c: remove unused git_mkstemp() function
Diffstat (limited to 'git-compat-util.h')
| -rw-r--r-- | git-compat-util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index ef6d560e15..e626851fe9 100644 --- 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 *); |
