mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
Remove several unused fields and symbols
Detected with `unused -exports=true ./...`
This commit is contained in:
parent
fb5cccf799
commit
e2a0d9f77c
9 changed files with 1 additions and 46 deletions
|
@ -31,9 +31,7 @@ type streamsMap struct {
|
|||
|
||||
newStream newStreamLambda
|
||||
|
||||
maxOutgoingStreams uint32
|
||||
numOutgoingStreams uint32
|
||||
maxIncomingStreams uint32
|
||||
numIncomingStreams uint32
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue