X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore-rename.c;h=f639601c762ebbd12374fa739d1d63efaf265e2a;hb=9f24152346288dcdfa5bad18458421bd1b60a3d7;hp=d0259be412e8e262fe8661bd964145f5957315de;hpb=1618297f10c612af3e56187825e3f273e6bbdcdb;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)