summaryrefslogtreecommitdiff
path: root/count-delta.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-04 10:51:19 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-04 21:26:36 (GMT)
commitf5948cfe673ec65c09b926249cc02ab4451243fa (patch)
treee84cf0b675e8b2906443425d4082c8576e486f42 /count-delta.h
parentf2fea68a0fc29c6378748853abb01aed1c462a50 (diff)
downloadgit-f5948cfe673ec65c09b926249cc02ab4451243fa.zip
git-f5948cfe673ec65c09b926249cc02ab4451243fa.tar.gz
git-f5948cfe673ec65c09b926249cc02ab4451243fa.tar.bz2
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/count-delta.h b/count-delta.h
deleted file mode 100644
index 7359629..0000000
--- 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