summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-18 21:40:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-18 21:40:11 (GMT)
commit14af79b93d3f8fa4aaf97a05f8a0564071c656a0 (patch)
treeb01014f78672bd64b90b2c79cfc79b7acd24ee28 /cache.h
parent13af774e263341eecdd67e6ca28ecc47d7997152 (diff)
parent659488326cf6a170cd474e66f1bed6f5bc322eab (diff)
downloadgit-14af79b93d3f8fa4aaf97a05f8a0564071c656a0.zip
git-14af79b93d3f8fa4aaf97a05f8a0564071c656a0.tar.gz
git-14af79b93d3f8fa4aaf97a05f8a0564071c656a0.tar.bz2
Merge branch 'nd/remove-unused' into HEAD
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 2711048..fd728f0 100644
--- a/cache.h
+++ b/cache.h
@@ -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);