Remove several unused fields and symbols

Detected with `unused -exports=true ./...`
This commit is contained in:
Lucas Clemente 2017-04-05 21:46:33 +01:00
parent fb5cccf799
commit e2a0d9f77c
9 changed files with 1 additions and 46 deletions

View file

@ -31,9 +31,7 @@ type streamsMap struct {
newStream newStreamLambda
maxOutgoingStreams uint32
numOutgoingStreams uint32
maxIncomingStreams uint32
numIncomingStreams uint32
}