gitweb: remove unused parse_ref method
authorLea Wiemann <lewiemann@gmail.com>
Tue, 17 Jun 2008 06:25:28 +0000 (08:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2008 23:39:18 +0000 (16:39 -0700)
The parse_ref method became unused in cd1464083c, but the author
decided to leave it in. Now it gets in the way of refactoring, so
let's remove it.

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