forked from quic-go/quic-go
Remove several unused fields and symbols
Detected with `unused -exports=true ./...`
This commit is contained in:
@@ -31,9 +31,7 @@ type streamsMap struct {
|
||||
|
||||
newStream newStreamLambda
|
||||
|
||||
maxOutgoingStreams uint32
|
||||
numOutgoingStreams uint32
|
||||
maxIncomingStreams uint32
|
||||
numIncomingStreams uint32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user