Skip to content

Commit 1a0756f

Browse files
Junio C HamanoLinus Torvalds
authored andcommitted
[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>
1 parent 847941f commit 1a0756f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diffcore-rename.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ struct diff_score {
113113
int src; /* index in rename_src */
114114
int dst; /* index in rename_dst */
115115
int score;
116-
int rank;
117116
};
118117

119118
static int estimate_similarity(struct diff_filespec *src,

0 commit comments

Comments
 (0)