summaryrefslogtreecommitdiff
path: root/count-delta.h
diff options
context:
space:
mode:
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