Merge branch 'js/walk-doc-optim'

Code cleanup.

* js/walk-doc-optim:
  MyFirstObjectWalk: remove unnecessary conditional statement
maint
Junio C Hamano 2020-04-22 13:42:45 -07:00
commit 7780604ac2
1 changed files with 0 additions and 3 deletions

View File

@ -357,9 +357,6 @@ static void walken_commit_walk(struct rev_info *rev)
...

while ((commit = get_revision(rev))) {
if (!commit)
continue;

strbuf_reset(&prettybuf);
pp_commit_easy(CMIT_FMT_ONELINE, commit, &prettybuf);
puts(prettybuf.buf);