summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2016-10-03 11:28:38 +0200
committerCarlos Martín Nieto <[email protected]>2016-10-03 11:28:38 +0200
commitddc1515c8ebd5465ec04447bee71ff576d1f0ac6 (patch)
tree6a81841ef65e69820d71d6b8aafa0485d1743797
parent241aa34d83b210ceaab7029c46e05794f2ea9797 (diff)
parent208cdaef7687dcb05294833c84f50031a45aa5a1 (diff)
Merge commit 'refs/pull/331/head' of github.com:libgit2/git2go
-rw-r--r--walk.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/walk.go b/walk.go
index 60e618d..ab1de61 100644
--- a/walk.go
+++ b/walk.go
@@ -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
}