connect.c: drop path_match function
authorJeff King <peff@peff.net>
Tue, 13 Dec 2011 00:49:59 +0000 (19:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 18:18:12 +0000 (10:18 -0800)
This function was used for comparing local and remote ref
names during fetch (which makes it a candidate for "most
confusingly named function of the year").

It no longer has any callers, so let's get rid of it.

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