[PATCH] Remove unused rank field from diff_core structure.
authorJunio C Hamano <junkio@cox.net>
Fri, 27 May 2005 22:52:55 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 29 May 2005 18:17:43 +0000 (11:17 -0700)
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>
diffcore-rename.c

index 39a53a8..fb4d6a7 100644 (file)
@@ -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,