aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-svn/repo_tree.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2017-08-22 17:02:15 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 10:41:25 -0700
commit9b0db33506ea9b1d968d719f2fce9c208c66cd95 (patch)
tree0dc887e436bd0cb4fc150188917f8abdfb766f87 /vcs-svn/repo_tree.c
parentvcs-svn: remove custom mode constants (diff)
downloadgit-9b0db33506ea9b1d968d719f2fce9c208c66cd95.tar.gz
git-9b0db33506ea9b1d968d719f2fce9c208c66cd95.zip
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.c')
-rw-r--r--vcs-svn/repo_tree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcs-svn/repo_tree.c b/vcs-svn/repo_tree.c
index 1a6f32d7cb..5bd4977cb6 100644
--- a/vcs-svn/repo_tree.c
+++ b/vcs-svn/repo_tree.c
@@ -41,8 +41,3 @@ void svn_repo_copy(uint32_t revision, const char *src, const char *dst)
}
fast_export_modify(dst, mode, data.buf);
}
-
-void svn_repo_delete(const char *path)
-{
- fast_export_delete(path);
-}