wrapper.c: delete dead function git_mkstemps()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 22 Apr 2016 12:25:16 +0000 (19:25 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 21:07:55 +0000 (14:07 -0700)
commit659488326cf6a170cd474e66f1bed6f5bc322eab
tree8fe55f35d0e4d2f52e82f70a697d8b786a768432
parent423b592a06876a90f584884d4381dcf4d41f6b3b
wrapper.c: delete dead function git_mkstemps()

Its last call site was replaced by mks_tempfile_ts() in 284098f (diff:
use tempfile module - 2015-08-12) and there's a good chance
mks_tempfile_ts will continue to successfully handle this job. Delete
it.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
wrapper.c