Remove unnecessary if in batch handling
@ -737,10 +737,8 @@ retry:
// pass success, or bolt internal errors, to all callers
for _, c := range b.calls {
if c.err != nil {
c.err <- err
}
break retry