mirror of
https://github.com/jackc/pgx.git
synced 2025-05-29 10:42:31 +00:00
Remove unused variables
This commit is contained in:
parent
66625e6489
commit
de40fea100
7
conn.go
7
conn.go
@ -41,17 +41,14 @@ type Conn struct {
|
||||
logger Logger
|
||||
logLevel LogLevel
|
||||
fp *fastpath
|
||||
poolResetCount int
|
||||
preallocatedRows []connRows
|
||||
|
||||
causeOfDeath error
|
||||
|
||||
lastStmtSent bool
|
||||
|
||||
// context support
|
||||
ctxInProgress bool
|
||||
doneChan chan struct{}
|
||||
closedChan chan error
|
||||
doneChan chan struct{}
|
||||
closedChan chan error
|
||||
|
||||
ConnInfo *pgtype.ConnInfo
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user