remove unused StreamCallback

This commit is contained in:
Marten Seemann
2017-02-17 16:01:30 +07:00
parent 5029ab0934
commit 824f122a79
7 changed files with 13 additions and 43 deletions

View File

@@ -65,10 +65,6 @@ func NewClient(t *QuicRoundTripper, tlsConfig *tls.Config, hostname string) (*Cl
return c, nil
}
func (c *Client) handleStreamCb(session *quic.Session, stream utils.Stream) {
utils.Debugf("Handling stream %d", stream.StreamID())
}
func (c *Client) cryptoChangeCallback(isForwardSecure bool) {
c.cryptoChangedCond.L.Lock()
defer c.cryptoChangedCond.L.Unlock()