Skip to content

Commit 4022279

Browse files
jrngitster
authored andcommitted
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 36f63b5 (vcs-svn: remove unused prototypes, 2017-08-21). Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 15d1d09 commit 4022279

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vcs-svn/repo_tree.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
#ifndef REPO_TREE_H_
22
#define REPO_TREE_H_
33

4-
struct strbuf;
5-
64
#define REPO_MODE_DIR 0040000
75
#define REPO_MODE_BLB 0100644
86
#define REPO_MODE_EXE 0100755
97
#define REPO_MODE_LNK 0120000
108

11-
uint32_t next_blob_mark(void);
129
void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
1310
const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
1411
void svn_repo_delete(const char *path);

0 commit comments

Comments
 (0)