xmmap(): drop "Out of memory?"
commit9ca0aaf6de357d46916d81ca40c47886092fe610
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 20:30:29 +0000 (27 13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 May 2015 18:35:25 +0000 (28 11:35 -0700)
tree4e232e5fe6e3730cc3ce859b1e324ecaf48a1b8b
parent0e8771f1984c468b0f41a8c779c034ffc48530e5
xmmap(): drop "Out of memory?"

We show that message with die_errno(), but the OS is ought to know
why mmap(2) failed much better than we do.  There is no reason for
us to say "Out of memory?" here.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c