summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:06 (GMT)
commit867622398f7e7a8a7c6e7a5418e7cbdcffc44d02 (patch)
tree7e42f2fe39327130caa1fdbfc221b85b8cb3a163 /Makefile
parentafc8aa3fbf249cfc2f75c7586b9d32f172ab97a1 (diff)
parentec2dd32c705f43ef133a54cee99426c44eb3ab88 (diff)
downloadgit-867622398f7e7a8a7c6e7a5418e7cbdcffc44d02.zip
git-867622398f7e7a8a7c6e7a5418e7cbdcffc44d02.tar.gz
git-867622398f7e7a8a7c6e7a5418e7cbdcffc44d02.tar.bz2
Merge branch 'gs/retire-mru'
Retire mru API as it does not give enough abstraction over underlying list API to be worth it. * gs/retire-mru: mru: Replace mru.[ch] with list.h implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb74e6c..5bcd83d 100644
--- a/Makefile
+++ b/Makefile
@@ -831,7 +831,6 @@ LIB_OBJS += merge.o
LIB_OBJS += merge-blobs.o
LIB_OBJS += merge-recursive.o
LIB_OBJS += mergesort.o
-LIB_OBJS += mru.o
LIB_OBJS += name-hash.o
LIB_OBJS += notes.o
LIB_OBJS += notes-cache.o