summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-27 22:52:55 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-29 18:17:43 (GMT)
commit1a0756ffe4a4faf2dd70b36c36519d8530d98e7c (patch)
tree0f72804d49f658bd1ce2cc82cf3930b07da1a8bb
parent847941fdd962d71a724d72b9f90389bae835d2c0 (diff)
downloadgit-1a0756ffe4a4faf2dd70b36c36519d8530d98e7c.zip
git-1a0756ffe4a4faf2dd70b36c36519d8530d98e7c.tar.gz
git-1a0756ffe4a4faf2dd70b36c36519d8530d98e7c.tar.bz2
[PATCH] Remove unused rank field from diff_core structure.
This removes a field that is no longer used from diff_score structure. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--diffcore-rename.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-rename.c b/diffcore-rename.c
index 39a53a8..fb4d6a7 100644
--- a/diffcore-rename.c
+++ b/diffcore-rename.c
@@ -113,7 +113,6 @@ struct diff_score {
int src; /* index in rename_src */
int dst; /* index in rename_dst */
int score;
- int rank;
};
static int estimate_similarity(struct diff_filespec *src,