2
0

Remove unused Batch field

This commit is contained in:
Jack Christensen
2019-04-24 13:40:54 -05:00
parent 2263521f70
commit d5c510b590
-1
View File
@@ -21,7 +21,6 @@ type Batch struct {
conn *Conn conn *Conn
items []*batchItem items []*batchItem
resultsRead int resultsRead int
pendingCommandComplete bool
ctx context.Context ctx context.Context
err error err error
inTx bool inTx bool