write_or_die: remove the unused write_or_whine() function
commitb333d0d6f450d4f9c4535fd9fd6e0f4ef367507c
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Thu, 9 Jun 2016 22:52:22 +0000 (9 23:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jun 2016 17:54:27 +0000 (10 10:54 -0700)
tree22a07e4fc7a1d8b83cb02467f61b69714fb6f38a
parentf0bca72dc77f62d61fc355bd6fe6e32b194950b8
write_or_die: remove the unused write_or_whine() function

Now the last caller of this function is gone, and new ones are
unlikely to appear, because this function is doing very little that
a regular if() does not besides obfuscating the error message (and
if we ever did want something like it, we would probably prefer the
function to come back with more "normal" return value semantics).

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
write_or_die.c