Remove unused fields

pull/1622/head
Jack Christensen 2023-05-27 08:18:47 -05:00
parent b3739c1289
commit 2c1973de46
1 changed files with 0 additions and 5 deletions

View File

@ -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 {