mirror of
https://github.com/jackc/pgx.git
synced 2025-07-15 00:29:13 +00:00
Remove unused fields
This commit is contained in:
parent
b3739c1289
commit
2c1973de46
@ -96,11 +96,6 @@ type NetConn struct {
|
||||
|
||||
writeDeadlineLock sync.Mutex
|
||||
writeDeadline time.Time
|
||||
|
||||
// nbOperCnt Tracks how many operations performing simultaneously
|
||||
nbOperCnt int
|
||||
// nbOperMu Used to prevent concurrent SetBlockingMode calls
|
||||
nbOperMu sync.Mutex
|
||||
}
|
||||
|
||||
func NewNetConn(conn net.Conn, fakeNonBlockingIO bool) *NetConn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user