2
0

Remove some obsolete context handling

This commit is contained in:
Jack Christensen
2019-04-10 14:25:06 -05:00
parent 54c6ddc2f0
commit acd15cf589
3 changed files with 1 additions and 113 deletions
-5
View File
@@ -84,11 +84,6 @@ func (b *Batch) Send(ctx context.Context) error {
b.ctx = ctx
err := b.conn.waitForPreviousCancelQuery(ctx)
if err != nil {
return err
}
batch := &pgconn.Batch{}
for _, bi := range b.items {