diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-03-21 15:03:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-21 15:03:24 -0700 |
commit | f56a4390eec81243c259b1022350720f94573c13 (patch) | |
tree | b24ac1f53688ab38b433826fbc43aabd69b09331 /cache.h | |
parent | 06c0ed7bfb5f05fe787e77371ef4c74c4fc245b4 (diff) | |
parent | b2d593a7797f4f9452e46f722e181604a5582897 (diff) | |
download | git-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |