Remove Batch.die

pull/483/head
Jack Christensen 2019-04-24 16:03:50 -05:00
parent 3795c7131a
commit 7b4e145e7c
1 changed files with 0 additions and 9 deletions

View File

@ -158,12 +158,3 @@ func (b *Batch) QueryRowResults() Row {
func (b *Batch) Close() (err error) {
return b.mrr.Close()
}
func (b *Batch) die(err error) {
if b.err != nil {
return
}
b.err = err
b.conn.die(err)
}