2
0

Remove unused Batch.resultsRead

This commit is contained in:
Jack Christensen
2019-04-24 13:44:25 -05:00
parent 187157e773
commit 044a55ad2c
-1
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