X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-shortlog.c;h=b28091b4455db15e80841f2779ce0686d4f18826;hb=13c5833c094e3d889df8e4a4f0ff30bb874c1b14;hp=badd9120388569c79b137f679505b495cc1dbbe9;hpb=2254da06a5473ffde973337bad2c6a96eea61e20;p=git.git diff --git a/builtin-shortlog.c b/builtin-shortlog.c index badd91203..b28091b44 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -101,7 +101,6 @@ static void insert_one_record(struct shortlog *log, } while (*oneline && isspace(*oneline) && *oneline != '\n') oneline++; - len = eol - oneline; format_subject(&subject, oneline, " "); buffer = strbuf_detach(&subject, NULL);