connect.c: drop path_match function
commitbab8d28e774c255a326ad5592af6351e4925efcb
authorJeff King <peff@peff.net>
Tue, 13 Dec 2011 00:49:59 +0000 (12 19:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 18:18:12 +0000 (13 10:18 -0800)
treec9440cb225ba86b0221050b4ff7b0600430fb34f
parent1e7ba0f9caf1993491aa4c5cbd796cd31cb0f4af
connect.c: drop path_match function

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>
cache.h
connect.c