remove unused initialVersion variable in session

This commit is contained in:
Marten Seemann 2020-12-18 12:00:17 +07:00
parent 9693a46d31
commit ad7d90779a
4 changed files with 3 additions and 22 deletions

View file

@ -281,7 +281,6 @@ func (c *client) dial(ctx context.Context) error {
c.config,
c.tlsConf,
c.initialPacketNumber,
c.version,
c.use0RTT,
c.hasNegotiatedVersion,
c.tracer,