From 3a076ea6b6b1f2cae3b063bd68def8a2170545ac Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 12 May 2020 14:32:36 -0500 Subject: [PATCH] Remove unsed variable in MsQuicApi --- .../Quic/Implementations/MsQuic/Internal/MsQuicApi.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/Common/src/System/Net/Http/aspnetcore/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs b/src/libraries/Common/src/System/Net/Http/aspnetcore/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs index 0b9893333d7156..dd42af8ff61423 100644 --- a/src/libraries/Common/src/System/Net/Http/aspnetcore/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs +++ b/src/libraries/Common/src/System/Net/Http/aspnetcore/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs @@ -142,8 +142,6 @@ static MsQuicApi() // - 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