diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-03 14:08:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-03 14:08:13 -0700 |
commit | 51a92bf5478025f236034ce881d12193a6fc4127 (patch) | |
tree | 4705098e80545be4c7b0a1a107c0e703e9734ae9 /cache.h | |
parent | 309ca68e5a11f14491f1b5ad9b0b3384ac4df383 (diff) | |
parent | 659488326cf6a170cd474e66f1bed6f5bc322eab (diff) | |
download | git-51a92bf5478025f236034ce881d12193a6fc4127.tar.gz |
Merge branch 'nd/remove-unused'
Code cleanup.
* nd/remove-unused:
wrapper.c: delete dead function git_mkstemps()
dir.c: remove dead function fnmatch_icase()
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -958,8 +958,6 @@ static inline int is_empty_blob_sha1(const unsigned char *sha1) int git_mkstemp(char *path, size_t n, const char *template); -int git_mkstemps(char *path, size_t n, const char *template, int suffix_len); - /* set default permissions by passing mode arguments to open(2) */ int git_mkstemps_mode(char *pattern, int suffix_len, int mode); int git_mkstemp_mode(char *pattern, int mode); |