diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-27 15:52:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-29 11:17:43 -0700 |
commit | 1a0756ffe4a4faf2dd70b36c36519d8530d98e7c (patch) | |
tree | 0f72804d49f658bd1ce2cc82cf3930b07da1a8bb /diffcore-rename.c | |
parent | 847941fdd962d71a724d72b9f90389bae835d2c0 (diff) | |
download | git-1a0756ffe4a4faf2dd70b36c36519d8530d98e7c.tar.gz |
[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>
Diffstat (limited to 'diffcore-rename.c')
-rw-r--r-- | diffcore-rename.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-rename.c b/diffcore-rename.c index 39a53a88ba..fb4d6a7d69 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, |