Skip to content

Commit

Permalink
[PATCH] Remove unused rank field from diff_core structure.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano authored and Linus Torvalds committed May 29, 2005
1 parent 847941f commit 1a0756f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diffcore-rename.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1a0756f

Please sign in to comment.