Skip to content

Commit f5948cf

Browse files
author
Junio C Hamano
committed
count-delta: no need for this anymore.
This is a companion patch to e29e114 which made diffcore similarity estimator independent from the packfile deltifier. There is no reason for us to be counting the xdelta anymore. Signed-off-by: Junio C Hamano <[email protected]>
1 parent f2fea68 commit f5948cf

File tree

3 files changed

+2
-84
lines changed

3 files changed

+2
-84
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ PYMODULES = \
190190
LIB_FILE=libgit.a
191191

192192
LIB_H = \
193-
blob.h cache.h commit.h count-delta.h csum-file.h delta.h \
193+
blob.h cache.h commit.h csum-file.h delta.h \
194194
diff.h object.h pack.h pkt-line.h quote.h refs.h \
195195
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h
196196

@@ -200,7 +200,7 @@ DIFF_OBJS = \
200200
diffcore-delta.o
201201

202202
LIB_OBJS = \
203-
blob.o commit.o connect.o count-delta.o csum-file.o \
203+
blob.o commit.o connect.o csum-file.o \
204204
date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \
205205
object.o pack-check.o patch-delta.o path.o pkt-line.o \
206206
quote.o read-cache.o refs.o run-command.o \

count-delta.c

Lines changed: 0 additions & 72 deletions
This file was deleted.

count-delta.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)