diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-26 22:55:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-26 22:55:06 -0700 |
commit | 18c88f9af69ece938083409494fe204fbe376a11 (patch) | |
tree | 00a48cb23a8861ef173aea3d920321fd8aeb15c1 /Makefile | |
parent | 4c3be636af97e95358a5535448c1087e5cc0796e (diff) | |
parent | b8f43b120b4d7bd0638eb072f8527c5a33a70579 (diff) | |
download | git-18c88f9af69ece938083409494fe204fbe376a11.tar.gz |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |