Skip to content

Commit ddc1515

Browse files
committed
Merge commit 'refs/pull/331/head' of github.com:libgit2/git2go
2 parents 241aa34 + 208cdae commit ddc1515

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

walk.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ func (v *RevWalk) Iterate(fun RevWalkIterator) (err error) {
173173
return nil
174174
}
175175
if err != nil {
176-
if err.(GitError).Code == ErrIterOver {
177-
err = nil
178-
}
179-
180176
return err
181177
}
182178

0 commit comments

Comments
 (0)