aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-26 22:55:06 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-26 22:55:06 -0700
commit18c88f9af69ece938083409494fe204fbe376a11 (patch)
tree00a48cb23a8861ef173aea3d920321fd8aeb15c1 /Makefile
parent4c3be636af97e95358a5535448c1087e5cc0796e (diff)
parentb8f43b120b4d7bd0638eb072f8527c5a33a70579 (diff)
downloadgit-18c88f9af69ece938083409494fe204fbe376a11.tar.gz
git-18c88f9af69ece938083409494fe204fbe376a11.tar.xz
Merge branch 'jn/vcs-svn-cleanup'
Code clean-up. * jn/vcs-svn-cleanup: vcs-svn: move remaining repo_tree functions to fast_export.h vcs-svn: remove repo_delete wrapper function vcs-svn: remove custom mode constants vcs-svn: remove more unused prototypes and declarations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86ec29202..493b8f5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2038,7 +2038,6 @@ XDIFF_OBJS += xdiff/xhistogram.o
VCSSVN_OBJS += vcs-svn/line_buffer.o
VCSSVN_OBJS += vcs-svn/sliding_window.o
-VCSSVN_OBJS += vcs-svn/repo_tree.o
VCSSVN_OBJS += vcs-svn/fast_export.o
VCSSVN_OBJS += vcs-svn/svndiff.o
VCSSVN_OBJS += vcs-svn/svndump.o