vendor/libgit2/src/blame.c in rugged-0.21.4 vs vendor/libgit2/src/blame.c in rugged-0.22.0b1

- old
+ new

@@ -314,10 +314,9 @@ ent->num_lines = blame->options.max_line - blame->options.min_line + 1; ent->s_lno = ent->lno; ent->suspect = o; blame->ent = ent; - blame->path = blame->path; git_blame__like_git(blame, blame->options.flags); cleanup: for (ent = blame->ent; ent; ) {