Remove unused Batch.resultsRead

pull/483/head
Jack Christensen 2019-04-24 13:44:25 -05:00
parent 187157e773
commit 044a55ad2c
1 changed files with 4 additions and 5 deletions

View File

@ -20,7 +20,6 @@ type batchItem struct {
type Batch struct { type Batch struct {
conn *Conn conn *Conn
items []*batchItem items []*batchItem
resultsRead int
ctx context.Context ctx context.Context
err error err error