mirror of https://github.com/jackc/pgx.git
Remove unused variables
parent
66625e6489
commit
de40fea100
3
conn.go
3
conn.go
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue