Skip to content

Commit 9fdaafc

Browse files
committed
cleanup
1 parent 22bc45c commit 9fdaafc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SignalR/clients/csharp/Http.Connections.Client/src/HttpConnection.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Linq;
88
using System.Net.Http;
99
using System.Net.WebSockets;
10-
using System.Runtime.InteropServices;
1110
using System.Threading;
1211
using System.Threading.Tasks;
1312
using Microsoft.AspNetCore.Connections;
@@ -30,9 +29,6 @@ public partial class HttpConnection : ConnectionContext, IConnectionInherentKeep
3029
private static readonly Task<string> _noAccessToken = Task.FromResult<string>(null);
3130

3231
private static readonly TimeSpan HttpClientTimeout = TimeSpan.FromSeconds(120);
33-
#if !NETCOREAPP3_0
34-
private static readonly Version Windows8Version = new Version(6, 2);
35-
#endif
3632

3733
private readonly ILogger _logger;
3834

0 commit comments

Comments
 (0)