wrapper.c: remove unused gitmkstemps() function
commitb2d593a7797f4f9452e46f722e181604a5582897
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Tue, 28 Feb 2017 01:26:06 +0000 (28 01:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Feb 2017 19:54:21 +0000 (28 11:54 -0800)
tree9e49c52ad35ac1da1824a4d2563f00117018e30e
parent34de5e4bb0dfe1c05b57c733c2196f1ad3881a98
wrapper.c: remove unused gitmkstemps() function

The last call to the mkstemps() function was removed in commit 659488326
("wrapper.c: delete dead function git_mkstemps()", 22-04-2016). In order
to support platforms without mkstemps(), this functionality was provided,
along with a Makefile build variable (NO_MKSTEMPS), by the gitmkstemps()
function. Remove the dead code, along with the defunct build machinery.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
config.mak.uname
configure.ac
git-compat-util.h
wrapper.c