Remove unsed variable in MsQuicApi (#36302)
authorEric Erhardt <eric.erhardt@microsoft.com>
Wed, 13 May 2020 02:39:49 +0000 (21:39 -0500)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 02:39:49 +0000 (02:39 +0000)
src/libraries/Common/src/System/Net/Http/aspnetcore/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs

index 0b98933..dd42af8 100644 (file)
@@ -142,8 +142,6 @@ namespace System.Net.Quic.Implementations.MsQuic.Internal
             // - Otherwise, dial this in to reflect actual minimum requirements and add some sort of platform
             //   error code mapping when creating exceptions.
 
-            OperatingSystem ver = Environment.OSVersion;
-
             // TODO: try to initialize TLS 1.3 in SslStream.
 
             try