Skip to content

Commit 36f63b5

Browse files
bk2204gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0bfff81 commit 36f63b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vcs-svn/repo_tree.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ struct strbuf;
1010

1111
uint32_t next_blob_mark(void);
1212
void repo_copy(uint32_t revision, const char *src, const char *dst);
13-
void repo_add(const char *path, uint32_t mode, uint32_t blob_mark);
1413
const char *repo_read_path(const char *path, uint32_t *mode_out);
1514
void repo_delete(const char *path);
16-
void repo_commit(uint32_t revision, const char *author,
17-
const struct strbuf *log, const char *uuid, const char *url,
18-
long unsigned timestamp);
19-
void repo_diff(uint32_t r1, uint32_t r2);
20-
void repo_init(void);
21-
void repo_reset(void);
2215

2316
#endif

0 commit comments

Comments
 (0)