Remove unused variables

pull/483/head
Jack Christensen 2019-04-20 12:00:07 -05:00
parent 66625e6489
commit de40fea100
1 changed files with 2 additions and 5 deletions

View File

@ -41,15 +41,12 @@ type Conn struct {
logger Logger logger Logger
logLevel LogLevel logLevel LogLevel
fp *fastpath fp *fastpath
poolResetCount int
preallocatedRows []connRows preallocatedRows []connRows
causeOfDeath error causeOfDeath error
lastStmtSent bool lastStmtSent bool
// context support
ctxInProgress bool
doneChan chan struct{} doneChan chan struct{}
closedChan chan error closedChan chan error