From: Junio C Hamano Date: Fri, 27 May 2005 22:52:55 +0000 (-0700) Subject: [PATCH] Remove unused rank field from diff_core structure. X-Git-Tag: v0.99~433 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a0756ffe4a4faf2dd70b36c36519d8530d98e7c;p=git.git [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 Signed-off-by: Linus Torvalds --- diff --git a/diffcore-rename.c b/diffcore-rename.c index 39a53a88b..fb4d6a7d6 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,