t5613: drop reachable_via function
commit32d8b4226a22ef2b4c22cddda7e134980bbabaf6
authorJeff King <peff@peff.net>
Mon, 3 Oct 2016 20:33:51 +0000 (3 16:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2016 21:25:43 +0000 (3 14:25 -0700)
tree737b208e8ff9d14e000469105dae4f7f4af3a375
parent0cf36115dce7438a0eafad54a81cc57175e8fb54
t5613: drop reachable_via function

This function was never used since its inception in dd05ea1
(test case for transitive info/alternates, 2006-05-07).
Which is just as well, since it mutates the repo state in a
way that would invalidate further tests, without cleaning up
after itself. Let's get rid of it so that nobody is tempted
to use it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5613-info-alternate.sh