Remove unused fields
This commit is contained in:
@@ -96,11 +96,6 @@ type NetConn struct {
|
|||||||
|
|
||||||
writeDeadlineLock sync.Mutex
|
writeDeadlineLock sync.Mutex
|
||||||
writeDeadline time.Time
|
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 {
|
func NewNetConn(conn net.Conn, fakeNonBlockingIO bool) *NetConn {
|
||||||
|
|||||||
Reference in New Issue
Block a user