X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diffcore-rename.c;h=f639601c762ebbd12374fa739d1d63efaf265e2a;hb=f174a2583c9f42315b60205890fa67a79a1f1669;hp=d0259be412e8e262fe8661bd964145f5957315de;hpb=398dbe536d5e94b7f7263fc4900b5e6f788f495a;p=git.git diff --git a/diffcore-rename.c b/diffcore-rename.c index d0259be41..f639601c7 100644 --- a/diffcore-rename.c +++ b/diffcore-rename.c @@ -498,7 +498,7 @@ void diffcore_rename(struct diff_options *options) struct diff_queue_struct outq; struct diff_score *mx; int i, j, rename_count, skip_unmodified = 0; - int num_create, num_src, dst_cnt; + int num_create, dst_cnt; struct progress *progress = NULL; if (!minimum_score) @@ -554,7 +554,6 @@ void diffcore_rename(struct diff_options *options) * files still remain as options for rename/copies!) */ num_create = (rename_dst_nr - rename_count); - num_src = rename_src_nr; /* All done? */ if (!num_create)