summaryrefslogtreecommitdiff
path: root/vcs-svn/repo_tree.h
diff options
context:
space:
mode:
authorLibravatar Jonathan Nieder <jrnieder@gmail.com>2017-08-22 17:02:15 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-08-23 10:41:25 -0700
commit9b0db33506ea9b1d968d719f2fce9c208c66cd95 (patch)
tree0dc887e436bd0cb4fc150188917f8abdfb766f87 /vcs-svn/repo_tree.h
parentvcs-svn: remove custom mode constants (diff)
downloadtgif-9b0db33506ea9b1d968d719f2fce9c208c66cd95.tar.xz
vcs-svn: remove repo_delete wrapper function
Since v1.7.10-rc0~118^2~4^2~4^2~3 (vcs-svn: pass paths through to fast-import, 2010-12-13) this is an alias for fast_export_delete. Remove the unnecessary layer of indirection. No functional change intended. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'vcs-svn/repo_tree.h')
-rw-r--r--vcs-svn/repo_tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcs-svn/repo_tree.h b/vcs-svn/repo_tree.h
index c840bc9bae..0cd2761183 100644
--- a/vcs-svn/repo_tree.h
+++ b/vcs-svn/repo_tree.h
@@ -3,6 +3,5 @@
void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
-void svn_repo_delete(const char *path);
#endif