aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-21 15:03:24 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-21 15:03:24 -0700
commitf56a4390eec81243c259b1022350720f94573c13 (patch)
treeb24ac1f53688ab38b433826fbc43aabd69b09331 /cache.h
parent06c0ed7bfb5f05fe787e77371ef4c74c4fc245b4 (diff)
parentb2d593a7797f4f9452e46f722e181604a5582897 (diff)
downloadgit-f56a4390eec81243c259b1022350720f94573c13.tar.gz
git-f56a4390eec81243c259b1022350720f94573c13.tar.xz
Merge branch 'rj/remove-unused-mktemp' into maint
Code cleanup. * rj/remove-unused-mktemp: wrapper.c: remove unused gitmkstemps() function wrapper.c: remove unused git_mkstemp() function
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cache.h b/cache.h
index c26c45f89..8a9069dc9 100644
--- a/cache.h
+++ b/cache.h
@@ -1045,9 +1045,6 @@ static inline int is_empty_tree_oid(const struct object_id *oid)
return !hashcmp(oid->hash, EMPTY_TREE_SHA1_BIN);
}
-
-int git_mkstemp(char *path, size_t n, const char *template);
-
/* 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);