Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-28 02:52:55 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-29 22:17:43 +0400
commit1a0756ffe4a4faf2dd70b36c36519d8530d98e7c (patch)
tree0f72804d49f658bd1ce2cc82cf3930b07da1a8bb /diffcore-rename.c
parent847941fdd962d71a724d72b9f90389bae835d2c0 (diff)
[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>
Diffstat (limited to 'diffcore-rename.c')
-rw-r--r--diffcore-rename.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-rename.c b/diffcore-rename.c
index 39a53a88ba..fb4d6a7d69 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,