wrapper.c: remove unused git_mkstemp() function
commit34de5e4bb0dfe1c05b57c733c2196f1ad3881a98
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Tue, 28 Feb 2017 01:24:10 +0000 (28 01:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Feb 2017 19:54:14 +0000 (28 11:54 -0800)
tree0456f565835d47637437ee428a82e78a95cc91cc
parente7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7
wrapper.c: remove unused git_mkstemp() function

The last caller of git_mkstemp() was removed in commit 6fec0a89
("verify_signed_buffer: use tempfile object", 16-06-2016). Since
the introduction of the 'tempfile' APIs, along with git_mkstemp_mode,
it is unlikely that new callers will materialize. Remove the dead
code.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
wrapper.c