[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>
This commit is contained in:
parent
847941fdd9
commit
1a0756ffe4
@ -113,7 +113,6 @@ struct diff_score {
|
|||||||
int src; /* index in rename_src */
|
int src; /* index in rename_src */
|
||||||
int dst; /* index in rename_dst */
|
int dst; /* index in rename_dst */
|
||||||
int score;
|
int score;
|
||||||
int rank;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int estimate_similarity(struct diff_filespec *src,
|
static int estimate_similarity(struct diff_filespec *src,
|
||||||
|
Loading…
Reference in New Issue
Block a user