Merge branch 'rj/remove-unused-mktemp' into maint
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index c26c45f899d2be6e1618d31881c6be9a212a9077..8a9069dc9fa76f39d236e3c2137fc53285c18ee1 100644 (file)
--- 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);