t0040: remove unused test helpers
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 17:52:34 +0000 (10:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2016 19:57:48 +0000 (12:57 -0700)
9a001381 (Fix tests under GETTEXT_POISON on parseopt, 2012-08-27)
introduced check_i18n, but the helper was never used from the
beginning.

The same commit also introduced check_unknown_i18n to replace the
helper check_unknown and changed all users of the latter to use the
former, but failed to remove check_unknown itself.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found