vcs-svn: remove unused prototypes
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 21 Aug 2017 00:00:17 +0000 (00:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Aug 2017 03:55:10 +0000 (20:55 -0700)
commit36f63b50e6c1d7336d3a01737d9210d9d260ed36
tree00454ac41711e1e39ba909f006ff689704db5c29
parent0bfff8146f8c055fd95af4567286929ba8216fa7
vcs-svn: remove unused prototypes

The Subversion code had prototypes for several functions which were not
ever defined or used.  These functions all had names starting with
"repo_", some of which conflict with those in repository.h.  To avoid
the conflict, remove those unused prototypes.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/repo_tree.h