aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:09 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:09 +0900
commit8134746d1d33fffc3a94030c2af576e3738a037c (patch)
tree8e16ba84c5221153f6e1599ecbf5b2757a6d6a33 /Makefile
parent044aa0eb7fa44f0f2d44c3331d6218e087b45fc2 (diff)
parentb8f43b120b4d7bd0638eb072f8527c5a33a70579 (diff)
downloadgit-8134746d1d33fffc3a94030c2af576e3738a037c.tar.gz
git-8134746d1d33fffc3a94030c2af576e3738a037c.tar.xz
Merge branch 'jn/vcs-svn-cleanup' into maint
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 461c845d3..043ec8377 100644
--- a/Makefile
+++ b/Makefile
@@ -2037,7 +2037,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