Merge commit 'refs/pull/331/head' of github.com:libgit2/git2go

This commit is contained in:
Carlos Martín Nieto 2016-10-03 11:28:38 +02:00
commit ddc1515c8e
1 changed files with 0 additions and 4 deletions

View File

@ -173,10 +173,6 @@ func (v *RevWalk) Iterate(fun RevWalkIterator) (err error) {
return nil
}
if err != nil {
if err.(GitError).Code == ErrIterOver {
err = nil
}
return err
}