vcs-svn: remove more unused prototypes and declarations

I forgot to remove these in v1.7.10-rc0~118^2~4^2~5^2~4 (vcs-svn: eliminate repo_tree structure, 2010-12-10). This finishes what was started in commit 36f63b50 (vcs-svn: remove unused prototypes, 2017-08-21). Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jonathan Nieder committed Aug 22, 2017 at 17:00 UTC 40222792fa4d872e7494668a16db82acc1809345
1 file changed -3
vcs-svn/repo_tree.h
-3
@@ -1,14 +1,11 @@
1 #ifndef REPO_TREE_H_
2 #define REPO_TREE_H_
3
4 -struct strbuf;
5 -
4 #define REPO_MODE_DIR 0040000
5 #define REPO_MODE_BLB 0100644
6 #define REPO_MODE_EXE 0100755
7 #define REPO_MODE_LNK 0120000
8
11 -uint32_t next_blob_mark(void);
9 void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
10 const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
11 void svn_repo_delete(const char *path);