cvsserver: remove unused functions _headrev and gethistory
commita86c0983d4cc49ac540141d1fcd51596f062ff15
authorMatthew Ogilvie <mmogilvi_git@miniinfo.net>
Sun, 14 Oct 2012 05:42:18 +0000 (13 23:42 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2012 23:16:23 +0000 (16 16:16 -0700)
tree32490c1e1f210c21a93bbaf11bb09790976dc93e
parentd8574ff209d9c68674bd6ba3bcee4a7cdb699e61
cvsserver: remove unused functions _headrev and gethistory

Remove:
   - _headrev() - It uses similar functionality from getmeta() and gethead().
   - gethistory() - It uses similar functions gethistorydense() and getlog().

Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl