mailinfo: remove a no-op call convert_to_utf8(it, "")
commit2a5ce7cf0da8c4d97dd58f5cbc6092b394648356
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 22:33:07 +0000 (14 15:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2015 05:13:27 +0000 (18 22:13 -0700)
tree79fa2726a9204a63ee6caba15fe50978fb8ac562
parent22f698cb188243b313e024d618283e0293e37140
mailinfo: remove a no-op call convert_to_utf8(it, "")

The called function checks if the second parameter is either a NULL
or an empty string at the very beginning and returns without doing
anything.  Remove the useless call.

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