diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-04 02:51:19 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-04 13:26:36 -0800 |
commit | f5948cfe673ec65c09b926249cc02ab4451243fa (patch) | |
tree | e84cf0b675e8b2906443425d4082c8576e486f42 /count-delta.h | |
parent | f2fea68a0fc29c6378748853abb01aed1c462a50 (diff) | |
download | git-f5948cfe673ec65c09b926249cc02ab4451243fa.tar.gz |
count-delta: no need for this anymore.
This is a companion patch to e29e1147e485654d90a0ea0fd5fb7151bb194265
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 <junkio@cox.net>
Diffstat (limited to 'count-delta.h')
-rw-r--r-- | count-delta.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/count-delta.h b/count-delta.h deleted file mode 100644 index 7359629827..0000000000 --- a/count-delta.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (C) 2005 Junio C Hamano - */ -#ifndef COUNT_DELTA_H -#define COUNT_DELTA_H - -int count_delta(void *, unsigned long, - unsigned long *src_copied, unsigned long *literal_added); - -#endif |